SV-24896r2_rule
V-3437
Oracle PUBLIC role privileges
DO0320-ORACLE11
CAT II
10
Revoke role grants from PUBLIC.
Do not assign role privileges to PUBLIC.
From SQL*Plus:
revoke [role name] from PUBLIC;
From SQL*Plus:
select granted_role from dba_role_privs where grantee = 'PUBLIC';
If any roles are listed, this is a Finding.
V-3437
False
DO0320-ORACLE11
From SQL*Plus:
select granted_role from dba_role_privs where grantee = 'PUBLIC';
If any roles are listed, this is a Finding.
M
Database Administrator
1367