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

Add examples using Cerberus as validator #298

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

nycholas
Copy link
Member

Resolve: #37



if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True)

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.


if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True)

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.


if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True)

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.
@nycholas nycholas merged commit e2e1489 into master Sep 15, 2022
@nycholas nycholas deleted the feature/37-cerberus-validator branch September 15, 2022 15:26
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.

Add extended data validation library support for method parameters
1 participant