Merge branch 'main' into copilot/investigate-missing-alerts

This commit is contained in:
Owen Mansel-Chan
2026-06-17 22:54:22 +01:00
committed by GitHub
1209 changed files with 59390 additions and 7398 deletions

View File

@@ -13,7 +13,7 @@ private import semmle.python.ApiGraphs
*
* See https://github.com/openai/openai-agents-python.
*/
module AgentSDK {
module AgentSdk {
/** Gets a reference to the `agents.Runner` class. */
API::Node classRef() { result = API::moduleImport("agents").getMember("Runner") }

View File

@@ -54,7 +54,7 @@ module PromptInjection {
PromptContentSink() {
this = OpenAI::getContentNode().asSink()
or
this = AgentSDK::getContentNode().asSink()
this = AgentSdk::getContentNode().asSink()
}
}