mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
697 B
697 B
6.1.0
New Features
- It is now possible to refer to list elements in the Python models-as-data language, via the
ListElementpath.
Minor Analysis Improvements
- The predicate
SummarizedCallable.propagatesFlowhas been extended with the columnsProvenance pandboolean isExact, and as a consequence the predicatesSummarizedCallable.hasProvenanceandSummarizedCallable.hasExactModelhave been removed. - Added experimental query
py/prompt-injectionto detect potential prompt injection vulnerabilities in code using LLMs. - Added taint flow model and type model for
agentsandopenaimodules. - Remote flow sources for the
websocketspackage have been modeled.