mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
403 B
403 B
6.1.1
Minor Analysis Improvements
- Added request forgery sink models for the Azure SDK.
- Made it so that models-as-data sinks with the kind
request-forgerycontribute to the classHttp::Client::Requestwhich represents HTTP client requests.
Bug Fixes
- Using
=as a fill character in a format specifier (e.g.f"{x:=^20}") now no longer results in a syntax error during parsing.