Polish imports

This commit is contained in:
jorgectf
2021-03-24 10:00:10 +01:00
parent 0f20eeb395
commit 444a15a461
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.dataflow.new.TaintTracking
private import semmle.python.Frameworks
private import semmle.python.ApiGraphs
/**
* A data-flow node that executes an operating system command,

View File

@@ -8,6 +8,7 @@ import semmle.python.Concepts
import semmle.python.dataflow.new.DataFlow
import semmle.python.dataflow.new.TaintTracking
import semmle.python.dataflow.new.RemoteFlowSources
import semmle.python.ApiGraphs
/**
* A taint-tracking configuration for detecting regular expression injections.