We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f55df5 commit 0fd6790Copy full SHA for 0fd6790
docs/Secure-Coding-Guide-for-Python/readme.md
@@ -27,7 +27,7 @@ Code examples are written to explain security design with as little code as poss
27
28
__Code file naming conventions:__
29
30
-* `noncompliantXX.py` anti-pattern.
+* `noncompliantXX.py` anti-pattern, bad programming practice.
31
* `compliantXX.py` mitigation or removal of __ONLY__ the described risk.
32
* `exampleXX.py` to allow understanding the documented behaviour.
33
0 commit comments