update node-forge to latest version#1809
Merged
acosferreira merged 2 commits intomainfrom Dec 31, 2025
Merged
Conversation
|
| "version": "1.3.3", | ||
| "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz", | ||
| "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==", | ||
| "devOptional": true, |
There was a problem hiding this comment.
Security update not applied - version remains unchanged
The PR claims to be a security fix updating node-forge from version 1.3.1 to 1.3.4, but the actual node-forge package version remains at 1.3.3. The only changes are updating @types/node-forge (the TypeScript type definitions, not the actual library) and removing the devOptional flag. If a security vulnerability exists that requires version 1.3.4 or later, this PR does not actually address it. The security fix referenced in the PR description may not have been properly applied.
|
omaciel
approved these changes
Dec 31, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Jira Issue: https://issues.redhat.com/browse/AAP-61274
Assisted-by: @omaciel
Description
update package-lock to use latest version of node-forge (1.3.1 -> 1.3.4)
Testing
Steps to test
Type of Change
Backport Policy
This change should be:
Automated Backport Instructions
After this PR is merged, add one or more labels to automatically create backport PRs:
backport/stable-2.4- Backport to stable-2.4 branchbackport/stable-2.5- Backport to stable-2.5 branchbackport/stable-2.6- Backport to stable-2.6 branchbackport/all- Backport to all active stable branchesno-backport- Explicitly mark as not needing backportBackport Justification
Special backport considerations:
Scenarios tested
Production deployment
Note
Updates dependency resolutions in
package-lock.jsonfor the Express stack.expressto4.22.1,body-parserto1.20.4,qsto6.14.1,raw-bodyto2.5.3, and@types/node-forgeto1.3.14http-errors@2.0.1,statuses@2.0.2), introducingside-channel-*andcall-boundpackagesdevOptionalanddev; no application code changesWritten by Cursor Bugbot for commit 447cd8d. This will update automatically on new commits. Configure here.