I created this issue a while back but since the issue stills remain I would like to put some light on it.
Package manager/ecosystem
JavaScript
Manifest contents prior to update
yarn.lock
package.json
Description
One of hour packages, hellojs, is flagged with a vulnerability in WhiteSource Vulnerability Database all version below 1.18.6 is affected. However dependabot won't recognise this vulnerability. You could go to WhiteSource Vulnerability Database and search for CVE-2020-7741.
I have created a repo where I can reproduce the issue. I have added hellojs and jquery at a version that has a vulnerability. We can see that dependabot finds the jquery vulnerability and creates a PR but not for hellojs.
Is this a bug or have I missed something?
The WhiteSource db is not a source for Dependabot security updates, the advisory will have to be ingested in the GitHub Advisory DB. Our advisories team curates the data that is ingested in that DB, and they might be a little behind in this case.
I'll check with the team that curates these and will get back to you
I see that this has been highlighted now here: https://github.com/advisories/GHSA-7jh9-6cpf-h4m7
@christoferolaison thanks for the clean repository that reproduces this issue!
Since https://github.com/christoferolaison/depandabot-test/pull/2 is open, this was just lag curating this specific CVE. Thanks for flagging it.