Merge pull request #19200 from asgerf/js/web-response

JS: Add sinks for calls to 'new Response()'
This commit is contained in:
Asger F
2025-04-10 14:41:32 +02:00
committed by GitHub
8 changed files with 208 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Data passed to the [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) constructor is now treated as a sink for `js/reflected-xss`.