Sourced from dompurify's releases.
DOMPurify 3.4.0
Most relevant changes:
- Fixed a problem with
FORBID_TAGSnot winning overADD_TAGS, thanks@kodareef5- Fixed several minor problems and typos regarding MathML attributes, thanks
@DavidOliver- Fixed
ADD_ATTR/ADD_TAGSfunction leaking into subsequent array-based calls, thanks@1Jesper1- Fixed a missing
SAFE_FOR_TEMPLATESscrub inRETURN_DOMpath, thanks@bencalif- Fixed a prototype pollution via
CUSTOM_ELEMENT_HANDLING, thanks@trace37labs- Fixed an issue with
ADD_TAGSfunction form bypassingFORBID_TAGS, thanks@eddieran- Fixed an issue with
ADD_ATTRpredicates skipping URI validation, thanks@christos-eth- Fixed an issue with
USE_PROFILESprototype pollution, thanks@christos-eth- Fixed an issue leading to possible mXSS via Re-Contextualization, thanks
@researchatfluidattacksand others- Fixed an issue with closing tags leading to possible mXSS, thanks
@frevadiscor- Fixed a problem with the type dentition patcher after Node version bump
- Fixed freezing BS runs by reducing the tested browsers array
- Bumped several dependencies where possible
- Added needed files for OpenSSF scorecard checks
Published Advisories are here: https://github.com/cure53/DOMPurify/security/advisories?state=published
5b16e0b
Getting 3.x branch ready for 3.4.0 release (#1250)Sourced from hono's releases.
v4.12.14
Security fixes
This release includes fixes for the following security issues:
Improper handling of JSX attribute names in hono/jsx SSR
Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375
Other changes
- fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe
v4.12.13
What's Changed
- fix(types): infer response type from last handler in app.on 9-/10-handler overloads by
@T4ko0522in honojs/hono#4865- feat(trailing-slash): add
skipoption by@yusukebein honojs/hono#4862- feat(cache): add
onCacheNotAvailableoption by@yusukebein honojs/hono#4876New Contributors
@T4ko0522made their first contribution in honojs/hono#4865Full Changelog: https://github.com/honojs/hono/compare/v4.12.12...v4.12.13
cf2d2b7
4.12.1466daa2e
Merge commit from forkfa2c74f
fix(aws-lambda): handle invalid header names in request processing (#4883)3779927
4.12.13faa6c46
feat(cache): add onCacheNotAvailable option (#4876)f23e97b
feat(trailing-slash): add skip option (#4862)1aa32fb
fix(types): infer response type from last handler in app.on 9- and
10-handler...