Lower the precision of a range of harcoded password queries to remove them from query suites.

This commit is contained in:
Michael Nebel
2025-05-16 11:58:15 +02:00
parent d7e07b0b2d
commit 03ecd24469
11 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
* @kind path-problem
* @problem.severity error
* @security-severity 9.8
* @precision medium
* @precision low
* @id rb/hardcoded-credentials
* @tags security
* external/cwe/cwe-259