You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Secure-Coding-Guide-for-Python/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ Every person writing code shall study the following:
23
23
24
24
## Secure Coding Standard for Python
25
25
26
-
Code examples are written to explain security design with as little code as possible. __None__ of the code examples are intendet to be used 'as is' for production. Using the code is at your own risk!
26
+
Code examples are written to explain security design with as little code as possible. __None__ of the code examples are intended to be used 'as is' for production. Using the code is at your own risk!
27
27
28
-
__Code file naminng conventions:__
28
+
__Code file naming conventions:__
29
29
30
30
*`noncompliantXX.py` anti-pattern.
31
-
*`compliantXX.py` mitigation for mitigating or removal of __ONLY__ the described risk.
31
+
*`compliantXX.py` mitigation or removal of __ONLY__ the described risk.
32
32
*`exampleXX.py` to allow understanding the documented behaviour.
33
33
34
34
It is __not production code__ and requires code-style or python best practices to be added such as:
0 commit comments