Skip to content

Commit a094a8e

Browse files
committed
Fix merge conflicts
1 parent 2f8c0df commit a094a8e

2 files changed

Lines changed: 40 additions & 40 deletions

File tree

actions/ql/src/Security/CWE-829/UntrustedCheckoutCritical.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ where
5151
event.getName() = checkoutTriggers() and
5252
not exists(ControlCheck check | check.protects(checkout, event, "untrusted-checkout")) and
5353
not exists(ControlCheck check | check.protects(poisonable, event, "untrusted-checkout"))
54-
select poisonable, checkout, poisonable,
54+
select checkout, checkout, poisonable,
5555
"Checkout of untrusted code in a privileged workflow with later potential execution (event trigger: $@).",
5656
event, event.getName()

0 commit comments

Comments
 (0)