We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b7399 commit f4c3c35Copy full SHA for f4c3c35
actions/ql/lib/codeql/actions/security/CodeInjectionQuery.qll
@@ -124,7 +124,7 @@ predicate mediumSeverityCodeInjection(
124
/**
125
* Holds if there is a code injection flow from `source` to `sink` with low severity.
126
* 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
+ * write access controls the callers, but the inputs may still originate from
128
* untrusted user input in the calling workflow.
129
*/
130
predicate lowSeverityCodeInjection(
0 commit comments