Files
codeql/javascript/ql/lib/change-notes/2025-04-11-nextrequest.md
2025-04-11 09:42:12 +02:00

6 lines
417 B
Markdown

---
category: minorAnalysis
---
* Data passed to the [NextResponse](https://nextjs.org/docs/app/api-reference/functions/next-response) constructor is now treated as a sink for `js/reflected-xss`.
* Data received from [NextRequest](https://nextjs.org/docs/app/api-reference/functions/next-request) and [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request) is now treated as a remote user input `source`.