Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency fast-xml-parser to v4.1.2 [security] #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-xml-parser 4.0.8 -> 4.1.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.

GitHub Vulnerability Alerts

CVE-2023-26920

Impact

As a part of this vulnerability, user was able to se code using __proto__ as a tag or attribute name.

const { XMLParser, XMLBuilder, XMLValidator} = require("fast-xml-parser");

let XMLdata = "<__proto__><polluted>hacked</polluted></__proto__>"

const parser = new XMLParser();
let jObj = parser.parse(XMLdata);

console.log(jObj.polluted) // should return hacked

Patches

The problem has been patched in v4.1.2

Workarounds

User can check for "proto" in the XML string before parsing it to the parser.

References

https://gist.github.com/Sudistark/a5a45bd0804d522a1392cb5023aa7ef7


Release Notes

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.15

Compare Source

v4.0.14

Compare Source

v4.0.13

Compare Source

v4.0.12

Compare Source

v4.0.11

Compare Source

v4.0.10

Compare Source

v4.0.9

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jun 6, 2023
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 0% 0/380
🔴 Branches 0% 0/187
🔴 Functions 0% 0/107
🔴 Lines 0% 0/379

Test suite run success

0 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 4fa263f

@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v4.2.4 [security] chore(deps): update dependency fast-xml-parser to v4.1.2 [security] Jan 22, 2024
@renovate renovate bot force-pushed the renovate/npm-fast-xml-parser-vulnerability branch from 0bb32aa to 3a939e9 Compare January 22, 2024 18:54
@renovate renovate bot force-pushed the renovate/npm-fast-xml-parser-vulnerability branch from 3a939e9 to a94dbb7 Compare February 4, 2024 10:36
@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v4.1.2 [security] chore(deps): update dependency fast-xml-parser to v4.1.2 [security] - autoclosed Feb 23, 2024
@renovate renovate bot closed this Feb 23, 2024
@renovate renovate bot deleted the renovate/npm-fast-xml-parser-vulnerability branch February 23, 2024 22:51
@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v4.1.2 [security] - autoclosed chore(deps): update dependency fast-xml-parser to v4.1.2 [security] Feb 24, 2024
@renovate renovate bot reopened this Feb 24, 2024
@renovate renovate bot restored the renovate/npm-fast-xml-parser-vulnerability branch February 24, 2024 01:08
@renovate renovate bot force-pushed the renovate/npm-fast-xml-parser-vulnerability branch 2 times, most recently from 6f8d676 to 255897a Compare February 25, 2024 11:00
@renovate renovate bot force-pushed the renovate/npm-fast-xml-parser-vulnerability branch from 255897a to 49e39ca Compare March 20, 2024 13:32
@renovate renovate bot force-pushed the renovate/npm-fast-xml-parser-vulnerability branch from 49e39ca to c19ef28 Compare June 4, 2024 11:37
@renovate renovate bot force-pushed the renovate/npm-fast-xml-parser-vulnerability branch from c19ef28 to bfdbcfd Compare July 29, 2024 19:47
@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v4.1.2 [security] chore(deps): update dependency fast-xml-parser to v4.4.1 [security] Jul 29, 2024
@renovate renovate bot force-pushed the renovate/npm-fast-xml-parser-vulnerability branch from bfdbcfd to 4fa263f Compare October 11, 2024 15:52
@renovate renovate bot changed the title chore(deps): update dependency fast-xml-parser to v4.4.1 [security] chore(deps): update dependency fast-xml-parser to v4.1.2 [security] Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants