Add full stop to alert messages in UntrustedCheckoutHigh and UntrustedCheckoutCritical

This commit is contained in:
Kristen Newbury
2026-05-14 12:58:20 -04:00
parent eae9c0ef0e
commit 29ffd87bf8
2 changed files with 2 additions and 2 deletions

View File

@@ -52,5 +52,5 @@ where
not exists(ControlCheck check | check.protects(checkout, event, "untrusted-checkout")) and
not exists(ControlCheck check | check.protects(poisonable, event, "untrusted-checkout"))
select poisonable, checkout, poisonable,
"Checkout of untrusted code in a privileged workflow with later potential execution (event trigger: $@)",
"Checkout of untrusted code in a privileged workflow with later potential execution (event trigger: $@).",
event, event.getName()

View File

@@ -43,5 +43,5 @@ where
not exists(ControlCheck check | check.protects(checkout, event, "untrusted-checkout"))
)
select checkout,
"Checkout of untrusted code in a privileged workflow with later potential execution (event trigger: $@)",
"Checkout of untrusted code in a privileged workflow with later potential execution (event trigger: $@).",
event, event.getName()