Skip to content

v2.1.1 Template Security Hardening

Choose a tag to compare

@paudang paudang released this 24 Apr 07:01
· 106 commits to main since this release

Full Changelog: v2.1.0...v2.1.1

Fixed

  • Template Security Hardening: Resolved missing buffer bounds check vulnerability in uuid (GHSA-w5hq-g745-h8pq) by adding "uuid": "^14.0.0" to template overrides.
  • Template Formatting: Fixed an issue in package.json.ejs causing unexpected empty lines between generated dependencies.
  • Unit Test Stability: Resolved persistent SyntaxError and TypeError in Jest unit tests across all architecture permutations by implementing ESM-compatible transformation patterns for uuid and standardizing on jest.clearAllMocks() with factory mocks.