From 7dba2b58684a2ee3dedde0bbe805d73bf86a4de5 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Tue, 26 Apr 2022 14:51:21 +0200 Subject: [PATCH] PY: revert deletion of redundant-import in ClientSuppliedIpUsedInSecurityCheckLib.qll --- .../Security/CWE-348/ClientSuppliedIpUsedInSecurityCheckLib.qll | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ql/src/experimental/Security/CWE-348/ClientSuppliedIpUsedInSecurityCheckLib.qll b/python/ql/src/experimental/Security/CWE-348/ClientSuppliedIpUsedInSecurityCheckLib.qll index 21e602e5d34..918e39aef0b 100644 --- a/python/ql/src/experimental/Security/CWE-348/ClientSuppliedIpUsedInSecurityCheckLib.qll +++ b/python/ql/src/experimental/Security/CWE-348/ClientSuppliedIpUsedInSecurityCheckLib.qll @@ -2,6 +2,7 @@ private import python private import semmle.python.Concepts private import semmle.python.ApiGraphs private import semmle.python.dataflow.new.RemoteFlowSources +private import semmle.python.dataflow.new.DataFlow /** * A data flow source of the client ip obtained according to the remote endpoint identifier specified