mirror of
https://github.com/github/codeql.git
synced 2026-02-26 11:53:42 +01:00
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
import semmle.code.java.dataflow.ExternalFlowConfiguration as ExternalFlowConfiguration
|
|
|
|
query predicate supportedThreatModels(string kind) {
|
|
ExternalFlowConfiguration::sourceModelKindConfig(kind)
|
|
}
|