File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ rules:
152
152
description : Detects use of GRANT ALL which gives excessive database privileges
153
153
category : security
154
154
impact : HIGH
155
- confidence : HIGH
155
+ confidence : LOW
156
156
- id : codacy.generic.sql.grant-select-no-role
157
157
severity : ERROR
158
158
languages :
@@ -174,7 +174,7 @@ rules:
174
174
description : Detects GRANT SELECT statements that are not targeting role-based accounts
175
175
category : security
176
176
impact : MEDIUM
177
- confidence : HIGH
177
+ confidence : LOW
178
178
- id : codacy.generic.sql.fnd-profile-in-query
179
179
severity : ERROR
180
180
languages :
@@ -200,4 +200,4 @@ rules:
200
200
description : Detects direct usage of FND_PROFILE functions in SQL queries instead of using variables
201
201
category : performance
202
202
impact : MEDIUM
203
- confidence : HIGH
203
+ confidence : LOW
You can’t perform that action at this time.
0 commit comments