Closed renovate[bot] closed 2 months ago
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Code Climate has analyzed commit 1ecbd76c and detected 0 issues on this pull request.
View more on Code Climate.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Name | Link |
---|---|
Latest commit | 1ecbd76c518d4765da9828368f5dd72e5337a533 |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-testnet/deploys/66f429b7761fd9000846913d |
Deploy Preview | https://deploy-preview-1697--kleros-v2-testnet.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 1ecbd76c518d4765da9828368f5dd72e5337a533 |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-neo/deploys/66f429b731ddb00008208c1f |
Deploy Preview | https://deploy-preview-1697--kleros-v2-neo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 1ecbd76c518d4765da9828368f5dd72e5337a533 |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-university/deploys/66f429b72b1e0000082cf81e |
This PR contains the following updates:
5.2.3
->5.2.4
GitHub Vulnerability Alerts
CVE-2024-28176
A vulnerability has been identified in the JSON Web Encryption (JWE) decryption interfaces, specifically related to the support for decompressing plaintext after its decryption. This allows an adversary to exploit specific scenarios where the compression ratio becomes exceptionally high. As a result, the length of the JWE token, which is determined by the compressed content's size, can land below application-defined limits. In such cases, other existing application level mechanisms for preventing resource exhaustion may be rendered ineffective.
Note that as per RFC 8725 compression of data SHOULD NOT be done before encryption, because such compressed data often reveals information about the plaintext. For this reason the v5.x major version of
jose
removed support for compressed payloads entirely and is therefore NOT affected by this advisory.Impact
Under certain conditions it is possible to have the user's environment consume unreasonable amount of CPU time or memory during JWE Decryption operations.
Affected users
The impact is limited only to Node.js users utilizing the JWE decryption APIs to decrypt JWEs from untrusted sources.
You are NOT affected if any of the following applies to you
Patches
v2.0.7
andv4.15.5
releases limit the decompression routine to only allow decompressing up to 250 kB of plaintext. In v4.x it is possible to further adjust this limit via theinflateRaw
decryption option implementation. In v2.x it is possible to further adjust this limit via theinflateRawSyncLimit
decryption option.Workarounds
If you cannot upgrade and do not want to support compressed JWEs you may detect and reject these tokens early by checking the token's protected header
If you wish to continue supporting JWEs with compressed payloads in these legacy release lines you must upgrade (v1.x and v2.x to version v2.0.7, v3.x and v4.x to version v4.15.5) and review the limits put forth by the patched releases.
For more information
If you have any questions or comments about this advisory please open a discussion in the project's repository
Release Notes
panva/jose (jose)
### [`v5.2.4`](https://redirect.github.com/panva/jose/blob/HEAD/CHANGELOG.md#524-2024-04-07) [Compare Source](https://redirect.github.com/panva/jose/compare/v5.2.3...v5.2.4) ##### Refactor - use createLocalJWKSet instead of LocalJWKSet in createRemoteJWKSet ([a7c566c](https://redirect.github.com/panva/jose/commit/a7c566c61ccf3b62d2bd3a9e58a70e1d4d3c8b0c))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.
PR-Codex overview
This PR updates the versions of the
jose
package in theyarn.lock
file to newer releases, improving security and features.Detailed summary
jose@npm:^4.11.4
from version4.14.4
to4.15.9
jose@npm:^5.2.3
from version5.2.3
to5.9.3