File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] - 2021-07-19
11+
1012- Added SCS110 to avoid using ` os.popen() ` as it internally uses ` subprocess.Popen ` with ` shell=True `
1113- Added SCS111 to avoid using ` shlex.quote() ` on non-POSIX platforms.
1214
@@ -31,7 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133
3234Initial release
3335
34- [ Unreleased ] : https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.1.0...HEAD
36+ [ Unreleased ] : https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.2.0...HEAD
37+
38+ [ 1.2.0 ] : https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.1.0...v1.2.0
3539
3640[ 1.1.0 ] : https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.0.1...v1.1.0
3741
You can’t perform that action at this time.
0 commit comments