Skip to content

Commit e8bf94f

Browse files
committed
C#: Downgrade hardcoded credentials queries to medium precision
1 parent 0bf6c83 commit e8bf94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/src/Security Features/CWE-798/HardcodedConnectionString.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
* @security-severity 9.8
7-
* @precision high
7+
* @precision medium
88
* @id cs/hardcoded-connection-string-credentials
99
* @tags security
1010
* external/cwe/cwe-259

csharp/ql/src/Security Features/CWE-798/HardcodedCredentials.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
* @security-severity 9.8
7-
* @precision high
7+
* @precision medium
88
* @id cs/hardcoded-credentials
99
* @tags security
1010
* external/cwe/cwe-259

0 commit comments

Comments
 (0)