Rules with quality area Security
Security is the protection of your software from unauthorized access, use, or destruction.
- G-1110 Avoid connect users that own database objects.Security
- G-1120 Avoid granting system privileges to connect users.Security
- G-1150 Always limit privileges of schema owners according to principle of least privileges.Security
- G-7510 Always prefix Oracle supplied packages with owner schema name.Security
- G-9010 Always use a format model in string to date/time conversion functions.Security
- G-9501 Never use parameter in string expression of dynamic SQL. Use asserted local variable instead.Security
6 total