Skip to content

Commit 26e826f

Browse files
author
Reuben Hillyer
committed
Add python file with security vulnerabilities
1 parent 7055eed commit 26e826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercises/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def admin_panel():
2323
if user_role == 'admin':
2424
return render_template('admin.html')
2525
else:
26-
return "Access Denied"
26+
return "Access Denied"`

0 commit comments

Comments
 (0)