mirror of
https://github.com/github/codeql.git
synced 2026-03-20 22:46:47 +01:00
Checkout Stdlib.qll
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user