Skip to content

Commit fe45dad

Browse files
committed
set precision to high for rb/hardcoded-credentials
1 parent e26afe9 commit fe45dad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ql/src/queries/security/cwe-798/HardcodedCredentials.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
* @description Credentials are hard coded in the source code of the application.
44
* @kind path-problem
55
* @problem.severity error
6-
* @precision medium
6+
* @precision high
77
* @id rb/hardcoded-credentials
88
* @tags security
99
* external/cwe/cwe-259
1010
* external/cwe/cwe-321
1111
* external/cwe/cwe-798
1212
*/
1313

14-
// TODO: adjust precision
1514
import ruby
1615
import codeql_ruby.DataFlow
1716
import DataFlow::PathGraph

0 commit comments

Comments
 (0)