Skip to content

Commit f4c3c35

Browse files
committed
Fix typo in lowSeverityCodeInjection documentation regarding write access
1 parent 78b7399 commit f4c3c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/ql/lib/codeql/actions/security/CodeInjectionQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ predicate mediumSeverityCodeInjection(
124124
/**
125125
* Holds if there is a code injection flow from `source` to `sink` with low severity.
126126
* This covers workflow_call inputs, which are lower risk since only users with
127-
* write access control the callers, but the inputs may still originate from
127+
* write access controls the callers, but the inputs may still originate from
128128
* untrusted user input in the calling workflow.
129129
*/
130130
predicate lowSeverityCodeInjection(

0 commit comments

Comments
 (0)