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
Hi @jeemok, unfortunately this issue is cause by a downstream dependency as can be seen in the Path from the NSP report. hoek has a fix, hawk picked it up in version 7.x.x but request still uses 6.x.x. So till request doesn't get updated, we can't do anything. See issue request/request#2874
There is an issue in their repository so a patch should be coming soon & if it's not a major release (I don't expect it to be, it should be picked up by the rest of the dependencies automatically).
I'll leave this issue open to verify we're good once request is updated.
Hoek's backported the fix and released it with 4.2.1, which satisfies the required versions all the way up the dependency tree without needing any changes in this repo. I was able to clear out the security notice by forcing an update:
Expected result
Expected to pass NSP, however, failed because it has a vulnerable dependency.
Additional information
Ref: https://hackerone.com/reports/310439
Related issue: hapijs/hoek#230
Related PR: hapijs/hoek#231
The text was updated successfully, but these errors were encountered: