File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/ql/src/Security/CWE-829 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 not exists ( ControlCheck check | check .protects ( checkout , event , "untrusted-checkout" ) ) and
5353 not exists ( ControlCheck check | check .protects ( poisonable , event , "untrusted-checkout" ) )
5454select poisonable , checkout , poisonable ,
55- "Potential execution of untrusted code on a privileged workflow ($@)" , event , event .getName ( )
55+ "Potential execution of untrusted code on a privileged workflow ($@). " , event , event .getName ( )
Original file line number Diff line number Diff line change 2626 inPrivilegedContext ( checkout , event ) and
2727 event .getName ( ) = issueCommentTriggers ( ) and
2828 not exists ( ControlCheck check | check .protects ( checkout , event , "untrusted-checkout" ) )
29- select checkout , "Potential execution of untrusted code on a privileged workflow ($@)" , event ,
29+ select checkout , "Potential execution of untrusted code on a privileged workflow ($@). " , event ,
3030 event .getName ( )
You can’t perform that action at this time.
0 commit comments