Skip to content

Commit 8ed1064

Browse files
committed
fix spelling errors
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 7feaebe commit 8ed1064

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
**Merged pull requests:**
144144

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))
146146
- bugfix: lint error [\#4](https://github.com/dev-sec/postgres-baseline/pull/4) ([chris-rock](https://github.com/chris-rock))
147147
- add ssl test back in for 'off' setting [\#3](https://github.com/dev-sec/postgres-baseline/pull/3) ([ehaselwanter](https://github.com/ehaselwanter))
148148

controls/postgres_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250

251251
control 'postgres-14' do
252252
impact 1.0
253-
title 'Require only trusted authentication mathods in pg_hba.conf'
253+
title 'Require only trusted authentication methods in pg_hba.conf'
254254
desc 'Require trusted auth method for ALL users, peers in pg_hba.conf and do not allow untrusted authentication methods.'
255255
case postgres.version
256256
when /^9/

0 commit comments

Comments
 (0)