File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.1] - 2021-07-19
11+
1012- Reworded E8003 and extend it to include a few more cases:
11- + ` subprocess.getoutput() `
12- + ` subprocess.getstatusoutput() `
13- + ` asyncio.create_subprocess_shell() `
14- + ` loop.subprocess_shell() `
13+ - ` subprocess.getoutput() `
14+ - ` subprocess.getstatusoutput() `
15+ - ` asyncio.create_subprocess_shell() `
16+ - ` loop.subprocess_shell() `
1517
1618## [ 1.2.0] - 2021-07-19
1719
@@ -34,7 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436
3537Initial release
3638
37- [ Unreleased ] : https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.0...HEAD
39+ [ Unreleased ] : https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.1...HEAD
40+
41+ [ 1.2.1 ] : https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.0...v1.2.1
3842
3943[ 1.2.0 ] : https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.1.0...v1.2.0
4044
You can’t perform that action at this time.
0 commit comments