We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f6a35 commit f074109Copy full SHA for f074109
buggy_python_code.py
@@ -45,6 +45,7 @@ def authenticate(password):
45
assert password == "Iloveyou", "Invalid password!"
46
print("Successfully authenticated!")
47
48
+
49
if __name__ == '__main__':
50
print("Vulnerabilities:")
51
print("1. Format string vulnerability:")
0 commit comments