Skip to content

Commit

Permalink
try changing error case
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes committed Aug 22, 2024
1 parent 4a2ac2f commit af41291
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codeql/addipamconfig-to-exec.ql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Command Injection From CNS ipam add result / CNS multitenancy ipam add result
* @description Flow exists from CNS ipam add result / CNS multitenancy ipam add result (untrusted) to exec command
* @kind path-problem
* @problem.severity Error
* @problem.severity error
* @id go/cmd-inject-ipam-add-result
* @tags security
* @security-severity 9.8
Expand Down
2 changes: 1 addition & 1 deletion codeql/cni-args-to-exec.ql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Command Injection From CNI Args
* @description Flow exists from CNI Args (untrusted) to exec command
* @kind path-problem
* @problem.severity Error
* @problem.severity error
* @id go/cmd-inject-cni
* @tags security
* @security-severity 9.8
Expand Down
2 changes: 1 addition & 1 deletion codeql/cns-invoker-to-exec.ql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Command Injection From CNS Invoker
* @description Flow exists from CNS Invoker (untrusted) to exec command
* @kind path-problem
* @problem.severity Error
* @problem.severity error
* @id go/cmd-inject-cns-invoker
* @tags security
* @security-severity 9.8
Expand Down
2 changes: 1 addition & 1 deletion codeql/decode-to-exec.ql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Command Injection From Decode
* @description Flow exists from decodes (untrusted) to exec command
* @kind path-problem
* @problem.severity Error
* @problem.severity error
* @id go/cmd-inject-decode
* @tags security
* @security-severity 9.8
Expand Down

0 comments on commit af41291

Please sign in to comment.