Skip to content

Commit f074109

Browse files
authored
Fixed #65 alert
1 parent c3f6a35 commit f074109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buggy_python_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def authenticate(password):
4545
assert password == "Iloveyou", "Invalid password!"
4646
print("Successfully authenticated!")
4747

48+
4849
if __name__ == '__main__':
4950
print("Vulnerabilities:")
5051
print("1. Format string vulnerability:")

0 commit comments

Comments
 (0)