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 f074109 commit 5557063Copy full SHA for 5557063
buggy_python_code.py
@@ -1,4 +1,4 @@
1
-import sys
+import sys
2
import os
3
import yaml
4
import flask
@@ -53,8 +53,8 @@ def authenticate(password):
53
print("3. Yaml deserialization vulnerability:")
54
print("4. Use of assert statements vulnerability:")
55
choice = input("Select vulnerability: ")
56
- if choice == "1":
57
- new_person = Person("Vickie")
+ if choice == "1":
+ new_person = Person("Vickie")
58
print_nametag(input("Please format your nametag: "), new_person)
59
elif choice == "2":
60
urlib_version = input("Choose version of urllib: ")
0 commit comments