-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): update dependency url-parse to v1.5.9 [security] #97
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-url-parse-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
changed the title
Update dependency url-parse to v1.5.0 [SECURITY]
Update dependency url-parse to v1.5.2 [SECURITY]
Oct 18, 2021
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
December 19, 2021 05:38
95338df
to
d1a8469
Compare
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
December 28, 2021 02:59
d1a8469
to
cb565d3
Compare
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
January 17, 2022 19:32
cb565d3
to
ef1cd48
Compare
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
4 times, most recently
from
February 18, 2022 10:44
731795d
to
cb2059d
Compare
renovate
bot
changed the title
Update dependency url-parse to v1.5.2 [SECURITY]
Update dependency url-parse to v1.5.6 [SECURITY]
Feb 18, 2022
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
3 times, most recently
from
February 22, 2022 16:48
9fcb415
to
ddb360b
Compare
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
February 26, 2022 21:35
ddb360b
to
0afc648
Compare
renovate
bot
changed the title
Update dependency url-parse to v1.5.6 [SECURITY]
Update dependency url-parse to v1.5.8 [SECURITY]
Feb 26, 2022
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
March 2, 2022 17:48
0afc648
to
44f2ea1
Compare
renovate
bot
changed the title
Update dependency url-parse to v1.5.8 [SECURITY]
Update dependency url-parse to v1.5.9 [SECURITY]
Mar 2, 2022
renovate
bot
changed the title
Update dependency url-parse to v1.5.9 [SECURITY]
Update dependency url-parse to v1.5.9 [SECURITY] - autoclosed
Mar 12, 2022
renovate
bot
changed the title
Update dependency url-parse to v1.5.9 [SECURITY] - autoclosed
Update dependency url-parse to v1.5.9 [SECURITY]
Mar 15, 2022
renovate
bot
changed the title
Update dependency url-parse to v1.5.9 [SECURITY]
chore(deps): update dependency url-parse to v1.5.9 [security]
Mar 15, 2022
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
June 18, 2022 14:12
44f2ea1
to
79c272a
Compare
renovate
bot
changed the title
chore(deps): update dependency url-parse to v1.5.9 [security]
fix(deps): update dependency url-parse to v1.5.9 [security]
Mar 23, 2023
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
March 23, 2023 23:39
79c272a
to
c8e91bc
Compare
renovate
bot
changed the title
fix(deps): update dependency url-parse to v1.5.9 [security]
fix(deps): update dependency url-parse to v1.5.9 [security] - autoclosed
Dec 8, 2024
renovate
bot
changed the title
fix(deps): update dependency url-parse to v1.5.9 [security] - autoclosed
fix(deps): update dependency url-parse to v1.5.9 [security]
Dec 8, 2024
renovate
bot
force-pushed
the
renovate/npm-url-parse-vulnerability
branch
from
December 8, 2024 21:25
afdf987
to
c8e91bc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
1.4.7
->1.5.9
GitHub Vulnerability Alerts
CVE-2021-27515
url-parse before 1.5.0 mishandles certain uses of backslash such as http:/ and interprets the URI as a relative path.
CVE-2021-3664
Overview
Affected versions of npm
url-parse
are vulnerable to URL Redirection to Untrusted Site.Impact
Depending on library usage and attacker intent, impacts may include allow/block list bypasses, SSRF attacks, open redirects, or other undesired behavior.
CVE-2022-0512
Authorization Bypass Through User-Controlled Key in NPM url-parse prior to 1.5.6.
CVE-2022-0686
url-parse prior to version 1.5.8 is vulnerable to Authorization Bypass Through User-Controlled Key.
CVE-2022-0639
A specially crafted URL with an '@' sign but empty user info and no hostname, when parsed with url-parse, url-parse will return the incorrect href. In particular,
Will return:
If the 'hostname' or 'origin' attributes of the output from url-parse are used in security decisions and the final 'href' attribute of the output is then used to make a request, the decision may be incorrect.
CVE-2022-0691
Leading control characters in a URL are not stripped when passed into url-parse. This can cause input URLs to be mistakenly be interpreted as a relative URL without a hostname and protocol, while the WHATWG URL parser will trim control characters and treat it as an absolute URL.
If url-parse is used in security decisions involving the hostname / protocol, and the input URL is used in a client which uses the WHATWG URL parser, the decision may be incorrect.
This can also lead to a cross-site scripting (XSS) vulnerability if url-parse is used to check for the javascript: protocol in URLs. See following example:
Release Notes
unshiftio/url-parse (url-parse)
v1.5.9
Compare Source
v1.5.8
Compare Source
v1.5.7
Compare Source
v1.5.6
Compare Source
v1.5.5
Compare Source
v1.5.4
Compare Source
v1.5.3
Compare Source
v1.5.2
Compare Source
v1.5.1
Compare Source
v1.5.0
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 was generated by Mend Renovate. View the repository job log.