SV-213591r508024_rule
V-213591
SRG-APP-000141-DB-000090
PPS9-00-003700
CAT II
10
Remove any unused sample databases from the DBMS.
To remove a database, execute the follow SQL:
DROP DATABASE <database>;
Review vendor documentation and vendor websites for vendor-provided demonstration or sample databases, database applications, objects, and files.
Review the DBMS to determine if any of the demonstration and sample databases, database applications, or files are installed in the database or are included with the DBMS application.
If any are present in the database or are included with the DBMS application, this is a finding.
Check for the existence of EDB Postgres sample databases: postgres and edb. Execute the following SQL as enterprisedb:
SELECT datname FROM pg_database WHERE datistemplate = false;
If any databases are listed here that are not used by the application, this is a finding.
V-213591
False
PPS9-00-003700
Review vendor documentation and vendor websites for vendor-provided demonstration or sample databases, database applications, objects, and files.
Review the DBMS to determine if any of the demonstration and sample databases, database applications, or files are installed in the database or are included with the DBMS application.
If any are present in the database or are included with the DBMS application, this is a finding.
Check for the existence of EDB Postgres sample databases: postgres and edb. Execute the following SQL as enterprisedb:
SELECT datname FROM pg_database WHERE datistemplate = false;
If any databases are listed here that are not used by the application, this is a finding.
M
3988