Skip to content

Commit 3f0f75a

Browse files
author
Alvaro Muñoz
committed
Make CachePoisoning queries high severity
1 parent c45d4d3 commit 3f0f75a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ql/src/Security/CWE-349/CachePoisoning.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @problem.severity error
66
* @precision high
7-
* @security-severity 9.3
7+
* @security-severity 7.5
88
* @id actions/cache-poisoning
99
* @tags actions
1010
* security

ql/src/Security/CWE-349/CachePoisoningByCodeInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind path-problem
55
* @problem.severity error
66
* @precision high
7-
* @security-severity 9.3
7+
* @security-severity 7.5
88
* @id actions/cache-poisoning/code-injection
99
* @tags actions
1010
* security

0 commit comments

Comments
 (0)