-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Security issue - underscore-min.js Lodash Script? #2911
Comments
Hi @AlAyoub, thanks for reaching out. Underscore does not depend on Lodash; to the contrary, Lodash is a fork of Underscore. You are probably dealing with a file named I'll close this ticket now, but please feel free to continue discussion if you feel the need. |
@AlAyoub thanks for getting back here. This appears to be a security vulnerability that Lodash inherited from Underscore, and for some reason the vulnerability was only reported to Lodash and not to Underscore. That's what you get with forks. Anyway, it appears the issue does indeed also apply to Underscore. I'll fix this with high priority. |
Hang on. |
@AlAyoub I was able to confirm that the vulnerability does not, in fact, apply to Underscore. See #2912. Underscore will pass the Could you tell me the name of your scanner, preferably with a link to their website, so I can contact the maintainers about this false alarm? |
@AlAyoub thank you for bringing this to our attention. Had it been a true alarm, we wouldn't have known about it without you (or at least not as soon). |
@jgonggrijp - confirmed that this is a false alarm. Thank you again for acting fast, I appreciate it! |
Thanks for wrapping up, @AlAyoub ! |
Hi,
My scanner is picking up a vulnerability from underscore It appears the issue is that underscore is using a lodash script in underscore-min.js. Is that correct? Can anyone confirm?
There was a PR that fixed the issue in 4.17.21.
https://github.com/lodash/lodash/pull/5085/files
The text was updated successfully, but these errors were encountered: