Skip to content

Commit 9800458

Browse files
Dave Bartolomeomichaelnebel
andauthored
Update shared/threat-models/codeql/threatmodels/ThreatModels.qll
Co-authored-by: Michael Nebel <[email protected]>
1 parent 927eb84 commit 9800458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/threat-models/codeql/threatmodels/ThreatModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ predicate currentThreatModel(string kind) {
7373
or
7474
// For any threat model kind not mentioned in the configuration or grouping tables, its state of
7575
// enablement is controlled only by the entries that specifiy the "all" kind.
76-
not knownThreatModel(kind) and threatModelExplicitState("all") = true
76+
not knownThreatModel(kind) and threatModelEnabled("all")
7777
}

0 commit comments

Comments
 (0)