Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 444a15a

Browse files
committed
Polish imports
1 parent 0f20eeb commit 444a15a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/semmle/python/Concepts.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ private import semmle.python.dataflow.new.DataFlow
99
private import semmle.python.dataflow.new.RemoteFlowSources
1010
private import semmle.python.dataflow.new.TaintTracking
1111
private import semmle.python.Frameworks
12-
private import semmle.python.ApiGraphs
1312

1413
/**
1514
* A data-flow node that executes an operating system command,

python/ql/src/semmle/python/security/dataflow/RegexInjection.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import semmle.python.Concepts
88
import semmle.python.dataflow.new.DataFlow
99
import semmle.python.dataflow.new.TaintTracking
1010
import semmle.python.dataflow.new.RemoteFlowSources
11+
import semmle.python.ApiGraphs
1112

1213
/**
1314
* A taint-tracking configuration for detecting regular expression injections.

0 commit comments

Comments
 (0)