Update SafeComparisonOfSensitiveInfo.py

This commit is contained in:
Ahmed Farid
2022-08-15 15:18:09 +01:00
committed by GitHub
parent f2bf58bdb6
commit dbd6076725

View File

@@ -15,3 +15,7 @@ def bad():
if request.method == 'POST':
password = request.form['pwd']
return hmac.compare_digest(password, "1234")
if __name__ == '__main__':
app.debug = True
app.run()