Skip to content

Commit 95a905d

Browse files
s19110BartyBoi1128
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-175/noncompliant01.py
Co-authored-by: BartyBoi1128 <[email protected]> Signed-off-by: Hubert Daniszewski <[email protected]>
1 parent 2ae69c5 commit 95a905d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-175/noncompliant01.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import locale
66

77
dt = datetime.datetime(2022, 3, 9, 12, 55, 35, 000000)
8+
89

910
def get_date(date):
1011
# Return year month day tuple e.g. 2022, March, 09

0 commit comments

Comments
 (0)