May-03-2025, 04:19 PM
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 ?
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 ?