we run security scan for all dependencies and we found out that jwt-verifier is using lodash which contains multiple high level vulnerabilities from our scan:
from the look of it, you can try to upgrade your jwks-rsa to latest version which is released 8 hours ago. seems like the auth0 folks updated already address this issue at https://github.com/auth0/node-jwks-rsa/issues/86 last year.
i honestly feel that you should expedite this due to security concerns.
Expected behavior
for all the reported vulnerabilities to be fixed
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
I'm submitting this issue for the package(s):
I'm submitting a:
Current behavior
we run security scan for all dependencies and we found out that jwt-verifier is using lodash which contains multiple high level vulnerabilities from our scan:
from the look of it, you can try to upgrade your
jwks-rsa
to latest version which is released 8 hours ago. seems like the auth0 folks updated already address this issue at https://github.com/auth0/node-jwks-rsa/issues/86 last year.i honestly feel that you should expedite this due to security concerns.
Expected behavior
for all the reported vulnerabilities to be fixed
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
Environment
node -v
):