Skip to content

Commit 1ebac73

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-584/noncompliant01.py
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
1 parent 3838d9c commit 1ebac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-584/noncompliant01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def do_logic():
1515
#####################
1616
# exploiting above code example
1717
#####################
18-
do_logic()
18+
do_logic()

0 commit comments

Comments
 (0)