Merge pull request #6143 from RasmusWL/concepts-private-import-python

Python: Make `import python` private in Concepts.qll
This commit is contained in:
Taus
2021-07-14 17:49:06 +02:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
* provide concrete subclasses.
*/
import python
private import python
private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.RemoteFlowSources
private import semmle.python.dataflow.new.TaintTracking