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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@
142
142
143
143
**Merged pull requests:**
144
144
145
-
- install server and apply hardening in seperate steps [\#5](https://github.com/dev-sec/postgres-baseline/pull/5) ([chris-rock](https://github.com/chris-rock))
145
+
- install server and apply hardening in separate steps [\#5](https://github.com/dev-sec/postgres-baseline/pull/5) ([chris-rock](https://github.com/chris-rock))
Copy file name to clipboardExpand all lines: controls/postgres_spec.rb
+3-3Lines changed: 3 additions & 3 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'Require only trusted authentication mathods in pg_hba.conf'
253
+
title'Require only trusted authentication methods in pg_hba.conf'
254
254
desc'Require trusted auth method for ALL users, peers in pg_hba.conf and do not allow untrusted authentication methods.'
255
255
casepostgres.version
256
256
when/^9/
@@ -313,7 +313,7 @@
313
313
control'postgres-18'do
314
314
impact1.0
315
315
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