mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
655 B
655 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.