Update dependency papaparse to v5 [SECURITY] #120
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.
This PR contains the following updates:
4.3.6
->5.2.0
GitHub Vulnerability Alerts
GHSA-qvjc-g5vr-mfgr
Versions of
papaparse
prior to 5.2.0 are vulnerable to Regular Expression Denial of Service (ReDos). Theparse
function contains a malformed regular expression that takes exponentially longer to process non-numerical inputs. This allows attackers to stall systems and lead to Denial of Service.Recommendation
Upgrade to version 5.2.0 or later.
CVE-2020-36649
A vulnerability was found in mholt PapaParse up to 5.1.x. It has been classified as problematic. Affected is an unknown function of the file papaparse.js. The manipulation leads to inefficient regular expression complexity. Upgrading to version 5.2.0 is able to address this issue. The name of the patch is 235a12758cd77266d2e98fd715f53536b34ad621. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-218004.
Release Notes
mholt/PapaParse (papaparse)
v5.2.0
Compare Source
We are happy to announce version 5.2.0.
This version contains a new feature that allows to perform post request when downloading files.
It also fixes a ReDOS vulnerability issue. See https://github.com/mholt/PapaParse/issues/777 for more details.
v5.1.1
Compare Source
v5.1.0
Compare Source
The release brings a the option to use a function to determine the fields that will be quoted. This function accepts the cell value and column index as parameters. Thanks to @Puzzleton for contributing this feature.
This release also includes some bug fixes. Thanks to all who contributed.
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
: Version 5.0.0Compare Source
We are happy to announce a new major release of PapaParse.
This relase (5.0.0) introduces the following changes:
Happy parsing!
v4.6.3
Compare Source
v4.6.2
Compare Source
v4.6.1
Compare Source
v4.6.0
Compare Source
The release brings a the option to skip lines with no content but with separators.
Thanks to @MonkeyDZeke for it's contribution
v4.5.1
Compare Source
v4.5.0
Compare Source
This release brings several bug fixes and the the following improvements:
Thanks to @pushplay @efossas @gabegorelick and @trevorharwell for contributing to this release
v4.4.0
Compare Source
This release brings several bug fixes and the the following improvements:
Thanks to @thSteve, @gabegorelick and @marius-wieschollek for contributing to this release.
v4.3.7
Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.