chore(deps): bump @xmldom/xmldom from 0.9.10 to 0.9.12 in the security-updates group across 1 directory - #246
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the security-updates group with 1 update in the / directory: [@xmldom/xmldom](https://github.com/xmldom/xmldom). Updates `@xmldom/xmldom` from 0.9.10 to 0.9.12 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.9.10...0.9.12) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.12 dependency-type: direct:production dependency-group: security-updates ... Signed-off-by: dependabot[bot] <support@github.com>
wybaby168
added a commit
that referenced
this pull request
Sep 3, 2026
@xmldom/xmldom below 0.9.12 carries six advisories, all reachable from `DOMParser.parseFromString` with default options, which is how the XMind 8 path in `@file-viewer/renderer-mindmap` reads an untrusted workbook. The five first-party declarations that #246 names were already moved by the minor-and-patch group, so Dependabot could not edit the one resolution it actually found stale: `@ljheee/xmind-parser@1.1.3` allows `^0.9.9`, and this workspace was still carrying 0.9.10 from an older install. Pin the parser to the security release through the same override shape already used for epubjs, so the lock and the public boundary stop resolving 0.9.10 at all, and record the reason where the next reader will see it. A cold smoke through the parser's own module layout resolves @xmldom/xmldom 0.9.12 and still parses an XMind 8 document with CJK and escaped topic titles. Source commit: 5f66aaf3ab911ace21c805933f1dfb54ffb9fff7
wybaby168
added a commit
that referenced
this pull request
Sep 3, 2026
The three changelogs still held the work under an unreleased heading, and the XMind dependency override that closes the last @xmldom/xmldom advisory in this tree had no entry. Source commit: 48812b0de97889854642360496474c017a936026
Author
|
Looks like @xmldom/xmldom is no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/security-updates-a03e1a8be1
branch
September 3, 2026 19:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the security-updates group with 1 update in the / directory: @xmldom/xmldom.
Updates
@xmldom/xmldomfrom 0.9.10 to 0.9.12Release notes
Sourced from @xmldom/xmldom's releases.
Changelog
Sourced from @xmldom/xmldom's changelog.
... (truncated)
Commits
0af8cf80.9.1269d257bdocs: add 0.9.12 CHANGELOG entrye53e9b1docs: add 0.8.15 CHANGELOG entry0748720fix: prevent quadratic malformed-tag recovery and normalize() adjacent-text m...7ced40cfix: prevent HTML raw-text output amplification via case-insensitive close-ta...cfb09b5fix: prevent quadratic attribute de-duplication via null-prototype membership...e9dbc6btest: characterize NamedNodeMap attribute de-duplication before the index ref...dabffe8fix: prevent quadratic namespace-map memory consumption via prototype-chain i...7b2ec67fix: prevent multiline-anchor bypass of name/id validation by dropping the re...4664386fix: prevent XML injection via unsafe EntityReference name (GHSA-6gmq-8vp8-gcm6)Maintainer changes
This version was pushed to npm by karfau, a new releaser for
@xmldom/xmldomsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.