mirror of
https://github.com/curl/curl.git
synced 2026-06-06 14:44:16 +03:00
catch large base64, drop file exceptions
This commit is contained in:
parent
703d252c84
commit
91ecfc55c3
1 changed files with 1 additions and 3 deletions
4
.github/scripts/typos.toml
vendored
4
.github/scripts/typos.toml
vendored
|
|
@ -8,6 +8,7 @@ extend-ignore-identifiers-re = [
|
|||
"^(CNA|ser)$",
|
||||
"^(ECT0|ECT1|HELO|htpt|PASE)$",
|
||||
"^0x[0-9a-fA-F]+FUL$", # unsigned long hex literals ending with 'F'
|
||||
"^[0-9a-zA-Z+]{64,}$", # possibly base64
|
||||
"^(Januar|eyeballers|HELO_smtp|kno22|optin|passin|perfec|__SecURE|SMTP_HELO|v_alue)$",
|
||||
"^(clen|req_clen|smtp_perform_helo|smtp_state_helo_resp|_stati64)$",
|
||||
]
|
||||
|
|
@ -22,11 +23,8 @@ extend-exclude = [
|
|||
".github/scripts/spellcheck.words",
|
||||
"docs/CIPHERS-TLS12.md",
|
||||
"docs/THANKS",
|
||||
"docs/examples/cacertinmem.c",
|
||||
"docs/examples/usercertinmem.c",
|
||||
"packages/*",
|
||||
"projects/Windows/*",
|
||||
"scripts/wcurl",
|
||||
"tests/data/test652",
|
||||
"winbuild/*",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue