Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to main #16

Merged
merged 11 commits into from
Oct 5, 2023
Merged

Bump to main #16

merged 11 commits into from
Oct 5, 2023

Conversation

noobpk
Copy link
Owner

@noobpk noobpk commented Oct 5, 2023

Release v0.1.5

@noobpk noobpk merged commit e421c72 into main Oct 5, 2023
return "<p>Protect mode - Off!</p>"

if __name__ == '__main__':
app.run(debug=True, port=3000)

Check failure

Code scanning / CodeQL

Flask app is run in debug mode

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.
return "<p>Protect mode - Off!</p>"

if __name__ == '__main__':
app.run(debug=True, port=3000)

Check failure

Code scanning / CodeQL

Flask app is run in debug mode

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant