We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9aecd commit e4cfd97Copy full SHA for e4cfd97
actions/ql/src/Security/CWE-829/UnpinnedActionsTag.ql
@@ -18,8 +18,8 @@ bindingset[version]
18
private predicate isPinnedCommit(string version) { version.regexpMatch("^[A-Fa-f0-9]{40}$") }
19
20
bindingset[nwo]
21
-private predicate isTrustedOwner(string nwo) {
22
- // Gets the segment before the first '/' in the name with owner(nwo) string
+private predicate isTrustedOwner(string nwo) {
+ // Gets the segment before the first '/' in the name with owner(nwo) string
23
trustedActionsOwner(nwo.substring(0, nwo.indexOf("/")))
24
}
25
0 commit comments