Closed renovate[bot] closed 2 years ago
This PR will trigger no release when merged.
Merging #734 (55e928c) into main (0c8280e) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #734 +/- ##
=======================================
Coverage 94.71% 94.71%
=======================================
Files 11 11
Lines 265 265
=======================================
Hits 251 251
Misses 14 14
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0c8280e...55e928c. Read the comment docs.
:tada: This PR is included in version 1.18.54 :tada:
The release is available on:
v1.18.54
Your semantic-release bot :package::rocket:
This PR contains the following updates:
0.10.0
->1.0.0
GitHub Vulnerability Alerts
GHSA-gf8q-jrpm-jvxq
Impact
The regex used for the
forge.util.parseUrl
API would not properly parse certain inputs resulting in a parsed data structure that could lead to undesired behavior.Patches
forge.util.parseUrl
and other very old related URL APIs were removed in 1.0.0 in favor of letting applications use the more modern WHATWG URL Standard API.Workarounds
Ensure code does not directly or indirectly call
forge.util.parseUrl
with untrusted input.References
For more information
If you have any questions or comments about this advisory:
GHSA-5rrq-pxf6-6jx5
Impact
The
forge.debug
API had a potential prototype pollution issue if called with untrusted input. The API was only used for internal debug purposes in a safe way and never documented or advertised. It is suspected that uses of this API, if any exist, would likely not have used untrusted inputs in a vulnerable way.Patches
The
forge.debug
API and related functions were removed in 1.0.0.Workarounds
Don't use the
forge.debug
API directly or indirectly with untrusted input.References
For more information
If you have any questions or comments about this advisory:
CVE-2022-0122
parseUrl functionality in node-forge mishandles certain uses of backslash such as https:/\/\/\ and interprets the URI as a relative path.
Configuration
📅 Schedule: "" in timezone Europe/Zurich.
🚦 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 WhiteSource Renovate. View repository job log here.