mirror of
https://github.com/github/codeql.git
synced 2026-06-28 16:17:03 +02:00
753 B
753 B
2.8.0
New Features
- Added
UseMemoDirectiveandUseNoMemoDirectiveclasses to model the React compiler directives"use memo"and"use no memo".
Minor Analysis Improvements
- Added more prompt-injection sinks for the OpenAI, Anthropic, and Google GenAI SDKs: OpenAI
videos.create/edit/extend/remix(Sora) prompts andbeta.realtime.sessions.createinstructions, Anthropic legacycompletions.createprompts, and Google GenAIcaches.createcached contents and system instructions. - The OpenAI legacy
completions.createprompt is now treated as a user-prompt-injection sink instead of a system-prompt-injection sink, since the legacy/v1/completionsendpoint takes a single free-form prompt with no role separation.