Bump node-forge from 1.3.1 to 1.4.0 - #6125
Conversation
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
5c6e4e7 to
e0ec069
Compare
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
e0ec069 to
92c8796
Compare
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.4.0. - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/forge@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: node-forge dependency-version: 1.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
92c8796 to
5ac65f9
Compare
Bumps node-forge from 1.3.1 to 1.4.0.
Changelog
Sourced from node-forge's changelog.
... (truncated)
Commits
fa385f9Release 1.4.0.07d4e16Update changelog.cb90fd9Update changelog.963e7c5Add unit test for "pseudonym"f0b6f5bAdd pseudonym OID3df48a3Fix missing CVE ID.2e49283Add x509basicConstraintscheck.bdecf11Add canonical signature scaler check for S < L.af094e6Add RSA padding and DigestInfo length checks.796eeb1Improve jsbn fix.Note
Low Risk
Lockfile-only dependency upgrade with no app logic changes; reduces exposure to known forge CVEs rather than introducing new behavior.
Overview
Updates the lockfile so
node-forgeresolves to 1.4.0 instead of 1.3.1. There are no application source changes—onlypackage-lock.json(including a minor nested lockfile cleanup under@chain-registry/utils).1.4.0 is a security release that fixes several HIGH issues in forge: DoS in
BigInteger.modInverse(), RSA-PKCS and Ed25519 signature verification weaknesses, and missingbasicConstraintsenforcement in certificate chain verification. The package is pulled in transitively (e.g. Expo tooling and dev servers), so this bump hardens those dependency paths without changing your own code.Reviewed by Cursor Bugbot for commit 5ac65f9. Bugbot is set up for automated code reviews on this repo. Configure here.