From 56614cb240e06e74615dda30aeb49743dd904005 Mon Sep 17 00:00:00 2001 From: Sotiris Dragonas <36576941+BazookaMusic@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:42:21 +0300 Subject: [PATCH] Python: remove redundant DataFlow import in SystemPromptInjectionCustomizations DataFlow is provided transitively; the explicit import is unused. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../security/dataflow/SystemPromptInjectionCustomizations.qll | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ql/lib/semmle/python/security/dataflow/SystemPromptInjectionCustomizations.qll b/python/ql/lib/semmle/python/security/dataflow/SystemPromptInjectionCustomizations.qll index 42bfc95703b..2ae10557ab4 100644 --- a/python/ql/lib/semmle/python/security/dataflow/SystemPromptInjectionCustomizations.qll +++ b/python/ql/lib/semmle/python/security/dataflow/SystemPromptInjectionCustomizations.qll @@ -5,7 +5,6 @@ */ import python -private import semmle.python.dataflow.new.DataFlow private import semmle.python.Concepts private import semmle.python.ApiGraphs private import semmle.python.dataflow.new.RemoteFlowSources