Merge branch 'angular-sources-sinks' of https://github.com/aegilops/codeql into angular-sources-sinks

This commit is contained in:
aegilops
2025-01-23 17:07:02 +00:00

View File

@@ -1,4 +1,4 @@
---
category: majorAnalysis
---
* Added new XSS sink where `InnerHTML` is assigned to with the Angular Renderer2 API
* Added new XSS sink where `innerHTML` or `outerHTML` is assigned to with the Angular Renderer2 API, plus modeled this API as a general attribute setter