You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the current npm install for the jsrasign-utils reports 2 high severity vulnz. It looks like the issues were fixed: #438 #411
But somehow the node audit hasn't pixed up the fix...
node_modules/jsrsasign-util/node_modules/jsrsasign
jsrsasign-util >=1.0.1
Depends on vulnerable versions of jsrsasign
node_modules/jsrsasign-util
How de we close these issues?
The text was updated successfully, but these errors were encountered:
fhirfly
changed the title
NPM still reports Vulnerabilities even those issues closed
NPM still reports Vulnerabilities in Utils even though issues closed
Apr 22, 2021
the current npm install for the jsrasign-utils reports 2 high severity vulnz. It looks like the issues were fixed: #438
#411
But somehow the node audit hasn't pixed up the fix...
npm audit
npm audit report
jsrsasign <=8.0.16
Severity: high
Timing Attack - https://npmjs.com/advisories/1505
Improper Verification of Cryptographic Signature - https://npmjs.com/advisories/1541
fix available via
npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/jsrsasign-util/node_modules/jsrsasign
jsrsasign-util >=1.0.1
Depends on vulnerable versions of jsrsasign
node_modules/jsrsasign-util
How de we close these issues?
The text was updated successfully, but these errors were encountered: