mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Java: Introduce a class of dataflow nodes for the threat modeling.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import semmle.code.java.dataflow.ExternalFlowConfiguration as ExternalFlowConfiguration
|
||||
|
||||
query predicate supportedThreatModels(string kind) {
|
||||
ExternalFlowConfiguration::sourceModelKindConfig(kind)
|
||||
ExternalFlowConfiguration::currentThreatModel(kind)
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import semmle.code.java.dataflow.ExternalFlowConfiguration as ExternalFlowConfiguration
|
||||
|
||||
query predicate supportedThreatModels(string kind) {
|
||||
ExternalFlowConfiguration::sourceModelKindConfig(kind)
|
||||
ExternalFlowConfiguration::currentThreatModel(kind)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user