Skip to content

Commit

Permalink
spelling: accept macidn, ASN and quote better
Browse files Browse the repository at this point in the history
Closes #371
  • Loading branch information
bagder committed Aug 7, 2024
1 parent 354ad05 commit 8c1a659
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/spellcheck.words
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Archos
Arntsen
Aros
ascii
ASN
asynch
AsynchDNS
atime
Expand Down Expand Up @@ -432,6 +433,7 @@ lseek
Lua
lwIP
macdef
macidn
macOS
macos
Makefile
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ on:
branches:
- master
paths:
- '**.md'
- '*.md'
- '*/*.md'
- '**/spellcheck.yml'
- '**/spellcheck.yaml'
- '**/wordlist.txt'
pull_request:
branches:
- master
paths:
- '**.md'
- '*.md'
- '*/*.md'
- '**/spellcheck.yml'
- '**/spellcheck.yaml'
- '**/wordlist.txt'
Expand Down
2 changes: 1 addition & 1 deletion docs/CVE-2024-6197.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project curl Security Advisory, July 24th 2024 -
VULNERABILITY
-------------

libcurl's ASN1 parser has this utf8asn1str() function used for parsing an
libcurl's ASN1 parser has this `utf8asn1str()` function used for parsing an
ASN.1 UTF-8 string. It can detect an invalid field and return error.
Unfortunately, when doing so it also invokes `free()` on a 4 byte local stack
buffer.
Expand Down

0 comments on commit 8c1a659

Please sign in to comment.