Skip to content

Commit 95d9647

Browse files
authored
Lower confidence for custom sql rules (#42)
1 parent 430653f commit 95d9647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/codacy-rules.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ rules:
152152
description: Detects use of GRANT ALL which gives excessive database privileges
153153
category: security
154154
impact: HIGH
155-
confidence: HIGH
155+
confidence: LOW
156156
- id: codacy.generic.sql.grant-select-no-role
157157
severity: ERROR
158158
languages:
@@ -174,7 +174,7 @@ rules:
174174
description: Detects GRANT SELECT statements that are not targeting role-based accounts
175175
category: security
176176
impact: MEDIUM
177-
confidence: HIGH
177+
confidence: LOW
178178
- id: codacy.generic.sql.fnd-profile-in-query
179179
severity: ERROR
180180
languages:
@@ -200,4 +200,4 @@ rules:
200200
description: Detects direct usage of FND_PROFILE functions in SQL queries instead of using variables
201201
category: performance
202202
impact: MEDIUM
203-
confidence: HIGH
203+
confidence: LOW

0 commit comments

Comments
 (0)