There was an error while loading. Please reload this page.
1 parent e26afe9 commit fe45dadCopy full SHA for fe45dad
1 file changed
ql/src/queries/security/cwe-798/HardcodedCredentials.ql
@@ -3,15 +3,14 @@
3
* @description Credentials are hard coded in the source code of the application.
4
* @kind path-problem
5
* @problem.severity error
6
- * @precision medium
+ * @precision high
7
* @id rb/hardcoded-credentials
8
* @tags security
9
* external/cwe/cwe-259
10
* external/cwe/cwe-321
11
* external/cwe/cwe-798
12
*/
13
14
-// TODO: adjust precision
15
import ruby
16
import codeql_ruby.DataFlow
17
import DataFlow::PathGraph
0 commit comments