Skip to content

Releases: haraka/haraka-plugin-attachment

1.2.1

Choose a tag to compare

@msimerson msimerson released this 25 May 02:15
a95877d
  • 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

Choose a tag to compare

@github-actions github-actions released this 21 Mar 05:58
a362647
  • 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

Choose a tag to compare

@msimerson msimerson released this 02 Apr 18:50
7700dd0

fix: typo prevented unarchive zip from throwing errors #42

1.1.4

Choose a tag to compare

@msimerson msimerson released this 27 Jan 03:55
bf9ee7a
  • prettier: move config into package.json

1.1.3

Choose a tag to compare

@msimerson msimerson released this 15 Jan 18:46
e07515a
  • deps(all): bump to latest
  • deps(eslint): upgrade to v9

1.1.2

Choose a tag to compare

@msimerson msimerson released this 14 Apr 20:52
e379bec

1.1.1

Choose a tag to compare

@msimerson msimerson released this 08 Apr 21:35
52c2618
  • 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

Choose a tag to compare

@msimerson msimerson released this 20 Mar 19:04
97927e4
  • chore: bump version deps, and pin them
  • fix: minor debug logging issue #32
  • fix: restored missing function call #31

1.0.7

Choose a tag to compare

@msimerson msimerson released this 19 Dec 04:28
c1ca92d
  • 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

Choose a tag to compare

@msimerson msimerson released this 22 Dec 23:10
  • Fix issue with nested archives not getting counted, #26
  • replace travis & appveyor with GHA