Fixed security issues

This commit is contained in:
2020-11-27 16:01:23 +01:00
parent a98917590f
commit 1c1d6bd29b
3 changed files with 10 additions and 5 deletions

View File

@@ -73,4 +73,4 @@ def perform_conversion():
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True) # nosec: app only launches in debug mode... if it's launched in developement mode