mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
651 B
651 B
2.5.0
Major Analysis Improvements
- Added support for the
responsethreat model kind, which can enabled with advanced setup. When enabled, the response data coming back from an outgoing HTTP request is considered a source of taint. - Added support for the
useQueryhook from@tanstack/react-query.
Minor Analysis Improvements
- The
response.download()function inexpressis now recognized as a sink for path traversal attacks.