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 b3e5b86 commit 8d9e4d3Copy full SHA for 8d9e4d3
shared/threat-models/codeql/threatmodels/ThreatModels.qll
@@ -70,7 +70,7 @@ private boolean threatModelExplicitState(string kind) {
70
*/
71
bindingset[kind]
72
predicate currentThreatModel(string kind) {
73
- knownThreatModel(kind) and threatModelExplicitState(kind) = true
+ knownThreatModel(kind) and threatModelEnabled(kind)
74
or
75
// For any threat model kind not mentioned in the configuration or grouping tables, its state of
76
// enablement is controlled only by the entries that specifiy the "all" kind.
0 commit comments