We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927eb84 commit 9800458Copy full SHA for 9800458
shared/threat-models/codeql/threatmodels/ThreatModels.qll
@@ -73,5 +73,5 @@ predicate currentThreatModel(string kind) {
73
or
74
// For any threat model kind not mentioned in the configuration or grouping tables, its state of
75
// enablement is controlled only by the entries that specifiy the "all" kind.
76
- not knownThreatModel(kind) and threatModelExplicitState("all") = true
+ not knownThreatModel(kind) and threatModelEnabled("all")
77
}
0 commit comments