Skip to content

Commit 4c90cf6

Browse files
authored
Merge pull request #2408 from drwetter/fix_spelleckissues
fix spellcheck issues
2 parents 7a60251 + 63cc603 commit 4c90cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: codespell-project/actions-codespell@master
1414
with:
15-
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt
15+
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt,CREDITS.md,openssl.cnf
1616
ignore_words_list: borken,gost,ciph,ba,bloc,isnt,chello,fo,alle,anull

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17814,7 +17814,7 @@ run_tls_fallback_scsv() {
1781417814
pr_svrty_good "Probably OK. "
1781517815
fileout "$jsonID" "OK" "Probably oK"
1781617816
# see RFC 7507, https://github.com/drwetter/testssl.sh/issues/121
17817-
# other case reported by Nicolas was F5 and at costumer of mine: the same
17817+
# other case reported by Nicolas was F5 and at customer of mine: the same
1781817818
pr_svrty_medium "But received non-RFC-compliant \"handshake failure\" instead of \"inappropriate fallback\""
1781917819
fileout "$jsonID" "MEDIUM" "received non-RFC-compliant \"handshake failure\" instead of \"inappropriate fallback\""
1782017820
elif grep -qa "ssl handshake failure" "$TMPFILE"; then

0 commit comments

Comments
 (0)