Skip to content
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

NPM still reports Vulnerabilities in Utils even though issues closed #481

Closed
fhirfly opened this issue Apr 22, 2021 · 2 comments
Closed

Comments

@fhirfly
Copy link

fhirfly commented 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?

@fhirfly 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
@kjur
Copy link
Owner

kjur commented Apr 22, 2021

I've update jsrsasign-util dependencies like this:

        "jsrsasign": ">= 4.8.2",
        "jsonc-parser": ">= 0.0.1"

Then npm of jsrsasign-util 1.0.5 published.
Is this fix your issue?

@kjur
Copy link
Owner

kjur commented Apr 26, 2021

I think it seems fine. This ticket will be closed.

@kjur kjur closed this as completed Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants