JS: Add change note

This commit is contained in:
Asger F
2024-08-16 11:06:59 +02:00
parent 2d264052b3
commit 467256d465

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* Message events in the browser are now properly classified as client-side taint sources. Previously they were
incorrectly classified as server-side taint sources, which resulted in some alerts being reported by
the wrong query, such as server-side URL redirection instead of client-side URL redirection.