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

Publié le: 30 novembre 2021
sur la chaîne: 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')))


Sur cette page du site, vous pouvez voir la vidéo en ligne Python Flask XSS - Escape Characters - SQL injection - Cross-Site Scripting - OWASP - Web Security durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Noirth Security 30 novembre 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 2,121 fois et il a aimé 15 téléspectateurs. Bon visionnage!