Skip to content

Commit 7dba2b5

Browse files
committed
PY: revert deletion of redundant-import in ClientSuppliedIpUsedInSecurityCheckLib.qll
1 parent d389012 commit 7dba2b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/src/experimental/Security/CWE-348/ClientSuppliedIpUsedInSecurityCheckLib.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ private import python
22
private import semmle.python.Concepts
33
private import semmle.python.ApiGraphs
44
private import semmle.python.dataflow.new.RemoteFlowSources
5+
private import semmle.python.dataflow.new.DataFlow
56

67
/**
78
* A data flow source of the client ip obtained according to the remote endpoint identifier specified

0 commit comments

Comments
 (0)