mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
JS: Expose shared API in DataFlow/TaintTracking modules
This commit is contained in:
@@ -1992,5 +1992,6 @@ module DataFlow {
|
||||
import TypeTracking
|
||||
import AdditionalFlowSteps
|
||||
import internal.FunctionWrapperSteps
|
||||
import internal.sharedlib.DataFlow
|
||||
import internal.BarrierGuards
|
||||
}
|
||||
|
||||
@@ -1033,4 +1033,6 @@ module TaintTracking {
|
||||
|
||||
override predicate appliesTo(Configuration cfg) { any() }
|
||||
}
|
||||
|
||||
import internal.sharedlib.TaintTracking
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user