Release preparation for version 2.18.3

This commit is contained in:
github-actions[bot]
2024-08-21 17:13:52 +00:00
parent 2f3ebfb81f
commit 17cd9624fb
149 changed files with 389 additions and 137 deletions

View File

@@ -1,6 +1,7 @@
---
category: minorAnalysis
---
## 1.1.2
### Minor Analysis Improvements
* 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.