Python Flask XSS - Escape Characters - SQL injection - Cross-Site Scripting - OWASP - Web Security

Publicado el: 30 noviembre 2021
en el canal de: Noirth Security
2,121
15

Expand description for copy/paste snippets below. Please register on https://noirth.com or comment here for questions.
This is a quick video, that cuts right to the point for escaping and protection Flask and other Python web frameworks from the perils of XSS/SQLi or SQL injection/XSRF/etc. Simply include the following in your Flask project.. import flask with escape and apply format and escape to your input(s) ex. username below:
from flask import Flask, request, escape
username = format(escape(request.args.get('username')))


En esta página del sitio puede ver el video en línea Python Flask XSS - Escape Characters - SQL injection - Cross-Site Scripting - OWASP - Web Security de Duración hora minuto segunda en buena calidad , que subió el usuario Noirth Security 30 noviembre 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,121 veces y le gustó 15 a los espectadores. Disfruta viendo!