You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/postgres_spec.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@
82
82
control'postgres-02'do
83
83
impact1.0
84
84
title'Use stable postgresql version'
85
-
desc'Use only community or commercially supported version of the PostgreSQL software (https://www.postgresql.org/support/versioning/). Do not use RC, DEVEL oder BETA versions in a production environment.'
85
+
desc'Use only community or commercially supported version of the PostgreSQL software (https://www.postgresql.org/support/versioning/). Do not use RC, DEVEL or BETA versions in a production environment.'
title'Grants should not be assigned with grant option privilege'
316
-
desc'Grants should not be assigned with grant option exept postgresql admin superuser.'
316
+
desc'Grants should not be assigned with grant option except postgresql admin superuser.'
317
317
describepostgres_session(USER,PASSWORD).query("SELECT COUNT(is_grantable) FROM information_schema.table_privileges WHERE grantee NOT LIKE 'postgres' AND is_grantable = 'YES';")do
0 commit comments