fix(deps): backport secure Wayland XML parser

This commit is contained in:
2026-07-10 00:37:49 -04:00
parent fcc8443c45
commit 670f7abe60
24 changed files with 6886 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
# ELY security backport
Source: `wayland-scanner` 0.31.10 from crates.io, archive SHA-256
`9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a`, published under the MIT license.
ELY carries the following changes while the upstream security release remains unpublished:
- Upgrade `quick-xml` from 0.39 to 0.41 for RUSTSEC-2026-0194 and RUSTSEC-2026-0195.
- Use `GeneralRef::xml10_content()` for the quick-xml 0.41 API.
- Split message parsing and writing generation into a dedicated module so production source files remain below 500 lines.
Upstream references:
- Security dependency update: `d07c4f91f28b42e5a485823ffd9d8d5a210b1053`.
- quick-xml API migration: `ec2d932855593d48aa83c76820f3efbcfea86d39`.
- Equivalent boolean attribute parsing cleanup: `006b508ee49669fc42031a150ea9b316297e9cf8`.