Updated change note with response threat model info.

Co-authored-by: Asgerf <asgerf@github.com>
This commit is contained in:
Napalys
2025-02-25 15:22:14 +01:00
parent bf77ffef37
commit 3360829a58

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
category: majorAnalysis
---
---
* Added support for the `response` threat model kind, which can enabled with [advanced setup](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#extending-codeql-coverage-with-threat-models). When enabled, the response data coming back from an outgoing HTTP request is considered a source of taint.
* Added support for the `useQuery` hook from `@tanstack/react-query`.