build(deps): bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /test-app/build-tools/jsparser/tests
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(2 months ago)
(2 months ago)
(2 months ago)
dependencies javascript
Bumps @xmldom/xmldom from 0.8.11 to 0.8.12.
Release notes
Sourced from @xmldom/xmldom's releases.
0.8.12
Fixed
- preserve trailing whitespace in ProcessingInstruction data
[#962](https://github.com/xmldom/xmldom/issues/962)/[#42](https://github.com/xmldom/xmldom/issues/42)- Security:
createCDATASectionnow throwsInvalidCharacterErrorwhendatacontains"]]>", as required by the WHATWG DOM spec.GHSA-wh4c-j3r5-mjhp- Security:
XMLSerializernow splits CDATASection nodes whose data contains"]]>"into adjacent CDATA sections at serialization time, preventing XML injection via mutation methods (appendData,replaceData,.data =,.textContent =).GHSA-wh4c-j3r5-mjhpCode that passes a string containing
"]]>"tocreateCDATASectionand relied on the previously unsafe behavior will now receiveInvalidCharacterError. Use a mutation method such asappendDataif you intentionally need"]]>"in a CDATASection node's data.Thank you,
@thesmartshadow,@stevenobiajulu, for your contributions
Changelog
Sourced from @xmldom/xmldom's changelog.
0.8.12
Fixed
- preserve trailing whitespace in ProcessingInstruction data
[#962](https://github.com/xmldom/xmldom/issues/962)/[#42](https://github.com/xmldom/xmldom/issues/42)- Security:
createCDATASectionnow throwsInvalidCharacterErrorwhendatacontains"]]>", as required by the WHATWG DOM spec.GHSA-wh4c-j3r5-mjhp- Security:
XMLSerializernow splits CDATASection nodes whose data contains"]]>"into adjacent CDATA sections at serialization time, preventing XML injection via mutation methods (appendData,replaceData,.data =,.textContent =).GHSA-wh4c-j3r5-mjhpCode that passes a string containing
"]]>"tocreateCDATASectionand relied on the previously unsafe behavior will now receiveInvalidCharacterError. Use a mutation method such asappendDataif you intentionally need"]]>"in a CDATASection node's data.Thank you,
@thesmartshadow,@stevenobiajulu, for your contributions
Commits
189cb780.8.12ed08df7fix: XML injection via unsafe CDATA serialization (GHSA-wh4c-j3r5-mjhp) (#968)a5b929bchore: clean up generated test artefacts before running ci-local4e37a20ci: run format:check in lint jobac0ac77chore: ignore generated files when checking formatting968c893chore: add local CI script and format:check scriptac40424fix: preserve trailing whitespace in ProcessingInstruction data (#962)cece752chore: add .nvmrc pointing to node version 18cbf44d9docs: improve links to changes in most recent release- See full diff in compare view
Maintainer changes
This version was pushed to npm by karfau, a new releaser for @xmldom/xmldom since 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
@xmldom/xmldom
npm
0.8.11 → 0.8.12
Patch
/test-app/build-tools/jsparser/tests
Technical Details
| ID: | 14949603 |
| UUID: | 4184047747 |
| Node ID: | PR_kwDOAbycHs7PI6CZ |
| Host: | GitHub |
| Repository: | NativeScript/android |