Python Forum

Full Version: need help with fixing data vulnarabilities
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
at the office some of our python was recently scanned for vulnarabilities.
the scan report identified some python code that had injection issues.
I received a suggestion on how to resolve these issues, but most of them were not resolved by using flask.escape.
How can I resolve these issues using standard python modules ?
(May-03-2025, 04:19 PM)anaconda99 Wrote: [ -> ]How can I resolve these issues using standard python modules ?
we know nothing about your code and what possible vulnerabilities might exists.