Release preparation for version 2.20.2

This commit is contained in:
github-actions[bot]
2025-01-20 14:44:12 +00:00
committed by Chris Smowton
parent 3e5707154a
commit a0512a50f2
178 changed files with 479 additions and 211 deletions

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* The `js/xss-through-dom` query now recognises sources of DOM input originating from Angular templates.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixed a TypeScript extractor crash that would occur when encountering an export specifier
whose local specifier was a string literal.

View File

@@ -0,0 +1,10 @@
## 1.3.0
### Major Analysis Improvements
* The `js/xss-through-dom` query now recognises sources of DOM input originating from Angular templates.
### Bug Fixes
* Fixed a TypeScript extractor crash that would occur when encountering an export specifier
whose local specifier was a string literal.