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 436be5c commit cdffef8Copy full SHA for cdffef8
1 file changed
actions/ql/lib/codeql/actions/security/ControlChecks.qll
@@ -292,7 +292,7 @@ class EnvironmentCheck extends ControlCheck instanceof Environment {
292
// Environment checks are not effective against any mutable attacks
293
// they do actually protect against untrusted code execution (sha)
294
override predicate protectsCategoryAndEvent(string category, string event) {
295
- event = actor_is_attacker_event() and category = toctou_category()
+ event = actor_is_attacker_event() and category = any_category()
296
or
297
event = actor_not_attacker_event() and category = non_toctou_category()
298
}
0 commit comments