Security fix version for vulnerable dependencies #2389
Labels
core 🍏
Relates to the dependabot-core library itself
F: security-updates 🔐
Issues specific to security updates
L: javascript:npm
npm packages via npm
L: javascript:yarn
npm packages via yarn
Recently, I was going through how dependabot handles dependency updates in case of
vulnerable
dependencies fornpm and yarn
based repos. Few questions I had around that are -For
direct dependencies
, it returns the lowest security fix version but it does not check whether the version isresolvable
or not (i.e checking forpeer dependencies requirements
and other checks as is done while getting the latest resolvable version)Currently for npm and yarn, dependabot handles security update only for
requirements_to_unlock = :own
. Is it not applicable for:none
and:all
or is there some other reason behind not implementing it for the other two values?@feelepxyz Is there any implemetation detail that makes these scenarios invalid? Can you take a look once?
The text was updated successfully, but these errors were encountered: