-
Notifications
You must be signed in to change notification settings - Fork 35
[Snyk] Security upgrade jsrsasign from 8.0.24 to 11.1.1 #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ | |
| "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2", | ||
| "handshake-util": "1.2.0", | ||
| "javascript-biginteger": "0.9.2", | ||
| "jsrsasign": "^8.0.19", | ||
| "jsrsasign": "^11.1.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lock file not updated, security fix ineffectiveHigh Severity The |
||
| "kjua": "0.6.0", | ||
| "nanocurrency-web": "^1.2.2", | ||
| "nebulas": "0.5.6", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 package-lock.json not updated to match new jsrsasign version range
The
package.jsonbumpsjsrsasignfrom^8.0.19to^11.1.1, butlibs/combined/package-lock.jsonstill pinsjsrsasignto version8.0.24(libs/combined/package-lock.json:5061-5064). Version8.0.24does not satisfy the new^11.1.1range (different major version). This meansnpm ciwill fail due to the mismatch betweenpackage.jsonandpackage-lock.json, and the security fix this PR intends to deliver will not actually be installed in reproducible builds.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.