Closed renovate[bot] closed 2 years ago
This PR will trigger no release when merged.
Merging #496 (da187a1) into main (7b371a6) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #496 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 260 260
=========================================
Hits 260 260
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 7b371a6...da187a1. Read the comment docs.
:tada: This PR is included in version 3.0.27 :tada:
The release is available on:
v3.0.27
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.