We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c3c35 commit c9ea8d1Copy full SHA for c9ea8d1
actions/ql/test/query-tests/Security/CWE-094/.github/workflows/workflow_call.yml
@@ -29,12 +29,12 @@ jobs:
29
run: |
30
echo "${{ inputs.title }}"
31
32
- # Not vulnerable: number input (not a string type)
+ # Not vulnerable: number input constrained by GitHub to numeric values
33
- name: safe number input
34
35
echo "${{ inputs.count }}"
36
37
- # Not vulnerable: boolean input (not a string type)
+ # Not vulnerable: boolean input constrained by GitHub to true/false values
38
- name: safe boolean input
39
40
echo "${{ inputs.flag }}"
0 commit comments