Skip to content

Commit 3440d4a

Browse files
hugo-synclaude
andcommitted
C#: drop redundant TaintTracking import in OData.qll
import csharp already publicly imports semmle.code.csharp.dataflow.TaintTracking (and DataFlow), same as WCF.qll/JsonNET.qll rely on implicitly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent e88e003 commit 3440d4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • csharp/ql/lib/semmle/code/csharp/frameworks

csharp/ql/lib/semmle/code/csharp/frameworks/OData.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import csharp
2121
private import semmle.code.csharp.commons.Collections
2222
private import semmle.code.csharp.dataflow.FlowSteps
23-
private import semmle.code.csharp.dataflow.TaintTracking
2423
private import semmle.code.csharp.dataflow.internal.DataFlowPrivate
2524

2625
/** The `ODataActionParameters` dictionary type, across OData library versions. */

0 commit comments

Comments
 (0)