Skip to content

v2.0.8

Latest

Choose a tag to compare

@googlarz googlarz released this 09 Sep 05:36

Fixed

  • CI's npm audit --audit-level=high started failing on a newly-published high-severity advisory against nodemailer <=9.1.0 (affecting resolveContent()'s legacy-signature file/URL-access bypass, an IDN/punycode allow-list bypass, a quadratic-time address-parser DoS, and an RFC 5322 comment-parsing domain-validation bypass) — none of which this codebase's own nodemailer usage triggers, but the audit gate has no way to know that. Bumped the direct nodemailer dependency to ^9.1.1 (same major, no API change) and mailparser picked up its own patched nested nodemailer via npm audit fix. hono (a transitive dependency of @modelcontextprotocol/sdk, moderate severity) was also resolved by the same npm audit fix run. No source changes; npm audit now reports 0 vulnerabilities.