mitre / aws-rds-crunchy-data-postgresql-stig-baseline

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.
Other
3 stars 1 forks source link

V-233526 Duplicate Skip Statements #9

Open em-c-rod opened 9 months ago

em-c-rod commented 9 months ago

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