File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
* @name PATH Enviroment Variable built from user-controlled sources
3
3
* @description Building the PATH environment variable from user-controlled sources may alter the execution of following system commands
4
4
* @kind path-problem
5
- * @problem.severity warning
5
+ * @problem.severity error
6
6
* @security-severity 5.0
7
- * @precision high
7
+ * @precision medium
8
8
* @id actions/envpath-injection/medium
9
9
* @tags actions
10
10
* security
Original file line number Diff line number Diff line change 2
2
* @name Enviroment Variable built from user-controlled sources
3
3
* @description Building an environment variable from user-controlled sources may alter the execution of following system commands
4
4
* @kind path-problem
5
- * @problem.severity warning
5
+ * @problem.severity error
6
6
* @security-severity 5.0
7
- * @precision high
7
+ * @precision medium
8
8
* @id actions/envvar-injection/medium
9
9
* @tags actions
10
10
* security
Original file line number Diff line number Diff line change 2
2
* @name Artifact poisoning
3
3
* @description An attacker may be able to poison the workflow's artifacts and influence on consequent steps.
4
4
* @kind path-problem
5
- * @problem.severity warning
6
- * @precision high
5
+ * @problem.severity error
6
+ * @precision medium
7
7
* @security-severity 5.0
8
8
* @id actions/artifact-poisoning/medium
9
9
* @tags actions
You can’t perform that action at this time.
0 commit comments