Skip to content

Commit 518d6a1

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-191/README.md
Co-authored-by: andrew-costello <[email protected]> Signed-off-by: myteron <[email protected]>
1 parent 001511a commit 518d6a1

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-191

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-191/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The `noncompliant02.py` code is triggering various `OverflowError` exceptions in
127127

128128
## Compliant Solution
129129

130-
This `compliant02.py` solution is peventing `OverflowError` exception in `libpython` by safeguarding the upper and lowern limits in the provided `hours`. Upper and lower limit for `currtime` as well as inputsanitation and secure logging are missing and must be added when interfacing with a lesser trusted entity.
130+
This `compliant02.py` solution is preventing `OverflowError` exception in `libpython` by safeguarding the upper and lower limits in the provided `hours`. Upper and lower limit for `currtime` as well as input sanitization and secure logging are missing and must be added when interfacing with a lesser trusted entity.
131131

132132
*[compliant02.py](compliant02.py):*
133133

0 commit comments

Comments
 (0)