Skip to content

Commit 056aa34

Browse files
committed
Change @security-severity for log injection queries from 7.8 to 6.1
1 parent f58a6e5 commit 056aa34

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

csharp/ql/src/Security Features/CWE-117/LogForging.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* insertion of forged log entries by a malicious user.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity 7.8
7+
* @security-severity 6.1
88
* @precision high
99
* @id cs/log-forging
1010
* @tags security

go/ql/src/Security/CWE-117/LogInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* insertion of forged log entries by a malicious user.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity 7.8
7+
* @security-severity 6.1
88
* @precision medium
99
* @id go/log-injection
1010
* @tags security

java/ql/src/Security/CWE/CWE-117/LogInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* insertion of forged log entries by malicious users.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity 7.8
7+
* @security-severity 6.1
88
* @precision medium
99
* @id java/log-injection
1010
* @tags security

python/ql/src/Security/CWE-117/LogInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* insertion of forged log entries by a malicious user.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity 7.8
7+
* @security-severity 6.1
88
* @precision medium
99
* @id py/log-injection
1010
* @tags security

ruby/ql/src/queries/security/cwe-117/LogInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* insertion of forged log entries by a malicious user.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity 7.8
7+
* @security-severity 6.1
88
* @precision medium
99
* @id rb/log-injection
1010
* @tags security

0 commit comments

Comments
 (0)