InSpec profile to validate the secure configuration of AWS RDS hosted Crunchy Data PostgreSQL against DISA's Crunchy Data PostgreSQL STIG Version 1 Release 1.
The overlay.rb file has two entried for V-233526.
Investigate if the second one should be for V-233527.
control 'V-233526' do
describe 'A manual review is required to ensure PostgreSQL checks the validity of all data inputs except those
specifically identified by the organization' do
skip 'A manual review is required to ensure PostgreSQL checks the validity of all data inputs except those
specifically identified by the organization'
end
end
control 'V-233526' do
describe 'A manual review is require to ensure PostgreSQL and associated applications reserve the use of dynamic
code execution for situations that require it.' do
skip 'A manual review is require to ensure PostgreSQL and associated applications reserve the use of dynamic
code execution for situations that require it.'
end
end
The overlay.rb file has two entried for V-233526. Investigate if the second one should be for V-233527.