Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 75d78b3

Browse files
author
Max Schaefer
committed
Reduce precision of HardcodedCredentials to "medium".
1 parent 46c4670 commit 75d78b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/Security/CWE-798/HardcodedCredentials.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* to gain unauthorized access.
55
* @kind problem
66
* @problem.severity warning
7-
* @precision high
7+
* @precision medium
88
* @id go/hardcoded-credentials
99
* @tags security
1010
* external/cwe/cwe-259

0 commit comments

Comments
 (0)