diff --git a/ql/src/Security/CWE-798/HardcodedCredentials.ql b/ql/src/Security/CWE-798/HardcodedCredentials.ql index aadf1aebc..88625148c 100644 --- a/ql/src/Security/CWE-798/HardcodedCredentials.ql +++ b/ql/src/Security/CWE-798/HardcodedCredentials.ql @@ -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