Skip to content

Commit aad59c6

Browse files
committed
linting full stop
1 parent 302b0ed commit aad59c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ where
5252
not exists(ControlCheck check | check.protects(checkout, event, "untrusted-checkout")) and
5353
not exists(ControlCheck check | check.protects(poisonable, event, "untrusted-checkout"))
5454
select 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()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ where
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()

0 commit comments

Comments
 (0)