Reduce precision of HardcodedCredentials to "medium".

This commit is contained in:
Max Schaefer
2019-12-10 16:12:48 +00:00
parent 46c4670796
commit 75d78b3f62

View File

@@ -4,7 +4,7 @@
* to gain unauthorized access.
* @kind problem
* @problem.severity warning
* @precision high
* @precision medium
* @id go/hardcoded-credentials
* @tags security
* external/cwe/cwe-259