Merge branch 'toctou_refinements' of https://github.com/github/codeql-actions into toctou_refinements

This commit is contained in:
Alvaro Muñoz
2024-05-16 16:14:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import actions
import codeql.actions.security.UntrustedCheckoutQuery
import codeql.actions.security.PoisonableSteps
from ControlCheck check, MutableRefCheckoutStep checkout
from LabelControlCheck check, MutableRefCheckoutStep checkout
where
// the mutable checkout step is protected by an access check
check = [checkout.getIf(), checkout.getEnclosingJob().getIf()] and

View File

@@ -15,7 +15,7 @@ import actions
import codeql.actions.security.UntrustedCheckoutQuery
import codeql.actions.security.PoisonableSteps
from ControlCheck check, MutableRefCheckoutStep checkout
from LabelControlCheck check, MutableRefCheckoutStep checkout
where
// the mutable checkout step is protected by an access check
check = [checkout.getIf(), checkout.getEnclosingJob().getIf()] and