You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ql/lib/codeql/actions/security/ControlChecks.qll
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ abstract class ControlCheck extends AstNode {
66
66
}
67
67
68
68
abstractclassAssociationCheckextendsControlCheck{
69
-
// Checks if the actor is a COLLABORATOR of the repo
69
+
// Checks if the actor is a MEMBER/OWNER the repo
70
70
// - they are effective against pull requests and workflow_run (since these are triggered by pull_requests) since they can control who is making the PR
71
71
// - they are not effective against issue_comment since the author of the comment may not be the same as the author of the PR
0 commit comments