Add back accidentally deleted StdLib.qll file

This commit is contained in:
thank_you
2021-05-07 15:17:01 -04:00
parent 83f0870231
commit aa24c689bc
2 changed files with 12 additions and 0 deletions

View File

@@ -2,4 +2,5 @@
* Helper file that imports all framework modeling.
*/
private import experimental.semmle.python.frameworks.Stdlib
private import experimental.semmle.python.frameworks.NoSQL

View File

@@ -0,0 +1,11 @@
/**
* Provides classes modeling security-relevant aspects of the standard libraries.
* Note: some modeling is done internally in the dataflow/taint tracking implementation.
*/
private import python
private import semmle.python.dataflow.new.DataFlow
private import semmle.python.dataflow.new.TaintTracking
private import semmle.python.dataflow.new.RemoteFlowSources
private import experimental.semmle.python.Concepts
private import semmle.python.ApiGraphs