mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Add taint-tracking files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Provides classes for performing local (intra-procedural) and
|
||||
* global (inter-procedural) taint-tracking analyses.
|
||||
*/
|
||||
module TaintTracking {
|
||||
import semmle.code.powershell.dataflow.internal.TaintTrackingImpl::Public
|
||||
private import semmle.code.powershell.dataflow.internal.DataFlowImplSpecific
|
||||
private import semmle.code.powershell.dataflow.internal.TaintTrackingImplSpecific
|
||||
private import codeql.dataflow.TaintTracking
|
||||
private import powershell
|
||||
import TaintFlowMake<Location, PowershellDataFlow, PowershellTaintTracking>
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
import semmle.code.powershell.dataflow.internal.TaintTrackingPublic as Public
|
||||
|
||||
module Private {
|
||||
import semmle.code.powershell.dataflow.DataFlow::DataFlow as DataFlow
|
||||
import semmle.code.powershell.dataflow.internal.DataFlowImpl as DataFlowInternal
|
||||
import semmle.code.powershell.dataflow.internal.TaintTrackingPrivate
|
||||
}
|
||||
Reference in New Issue
Block a user