Skip to content

Commit 956b5bf

Browse files
committed
Actions: Fix typos in query names for env var injection
This will reflect in the UI titles of existing and new alerts once shipped but should not churn any existing alerts.
1 parent fba7bcd commit 956b5bf

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

actions/ql/src/Security/CWE-077/EnvPathInjectionCritical.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name PATH Enviroment Variable built from user-controlled sources
2+
* @name PATH environment variable built from user-controlled sources
33
* @description Building the PATH environment variable from user-controlled sources may alter the execution of following system commands
44
* @kind path-problem
55
* @problem.severity error

actions/ql/src/Security/CWE-077/EnvPathInjectionMedium.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name PATH Enviroment Variable built from user-controlled sources
2+
* @name PATH environment variable built from user-controlled sources
33
* @description Building the PATH environment variable from user-controlled sources may alter the execution of following system commands
44
* @kind path-problem
55
* @problem.severity error

actions/ql/src/Security/CWE-077/EnvVarInjectionCritical.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Enviroment Variable built from user-controlled sources
2+
* @name Environment variable built from user-controlled sources
33
* @description Building an environment variable from user-controlled sources may alter the execution of following system commands
44
* @kind path-problem
55
* @problem.severity error

actions/ql/src/Security/CWE-077/EnvVarInjectionMedium.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Enviroment Variable built from user-controlled sources
2+
* @name Environment variable built from user-controlled sources
33
* @description Building an environment variable from user-controlled sources may alter the execution of following system commands
44
* @kind path-problem
55
* @problem.severity error
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: fix
3+
---
4+
* Fixed typos in the query and alert titles for the queries
5+
`actions/envpath-injection/critical`, `actions/envpath-injection/medium`,
6+
`actions/envvar-injection/critical`, and `actions/envvar-injection/medium`.

0 commit comments

Comments
 (0)