Releases: haraka/haraka-plugin-attachment
Releases · haraka/haraka-plugin-attachment
1.2.1
Compare
Sorry, something went wrong.
No results found
fix(security): cap cumulative decompressed bytes, default 100 MiB
fix(security): cap cumulative entry count, default 1000
fix: check_attachments walks the full MIME tree so ctype rules apply to deeply nested multiparts
fix: nesting depth now increments once per nested archive (was twice per level)
doc(README): full-MIME coverage, advisory nature of ctype rules, max_depth semantics, and new options
change: test runner is now node:test
1.2.0
Compare
Sorry, something went wrong.
No results found
chore: refactor unarchive_recursive into 6 fns
chore: refactor unarchive_recursive as async
chore: refactor find_bsdtar_path as async
test: added wait_for_attachment_hooks
chore: add node: prefixes to builtins
chore: replace plugin with this
chore: refactors for brevity and clarity
chore: use modern for loops
chore: fixed typo in load_dissallowed_extns
style: prettier, remove line endings
remove done callbacks in synchronous tests (#44 )
1.1.5
Compare
Sorry, something went wrong.
No results found
fix: typo prevented unarchive zip from throwing errors #42
1.1.4
Compare
Sorry, something went wrong.
No results found
prettier: move config into package.json
1.1.3
Compare
Sorry, something went wrong.
No results found
deps(all): bump to latest
deps(eslint): upgrade to v9
1.1.2
Compare
Sorry, something went wrong.
No results found
1.1.1
Compare
Sorry, something went wrong.
No results found
340f567 prettier
3f84a6d lint: remove duplicate / stale rules from .eslintrc
a0ae99e populate [files] in package.json. Delete .npmignore.
32b2c7e doc(CHANGELOG): fixed broken release link
v1.1.0
Compare
Sorry, something went wrong.
No results found
chore: bump version deps, and pin them
fix: minor debug logging issue #32
fix: restored missing function call #31
1.0.7
Compare
Sorry, something went wrong.
No results found
import fresh from Haraka
import test fixtures
eslint: add es2020 env
add GHA codeql workflow
README: update badge URLs
restore dissallowed_extns and precompiled REs
use shared .github test workflow
test: add start_attachment
1.0.6
Compare
Sorry, something went wrong.
No results found
Fix issue with nested archives not getting counted, #26
replace travis & appveyor with GHA