Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2023-08-29 10:46:25 +02:00
parent 0b2458d065
commit 49d510018d

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved _Reflected server-side cross-site scripting_ (`py/reflective-xss`) query to not alert on data passed to `flask.jsonify`. Since these HTTP responses are returned with mime-type `application/json`, they do not pose a security risk for XSS.