GitHub vulnerability alerts: do not limit to single version #29600
Labels
core:vulnerabilities
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:bug
Bug fix of existing functionality
Describe the proposed change(s).
Following on from #29586, we should support "greater than or equal" for non-Python ecosystems too. i.e. pick the lowest which exists.
For ecosystems which support Semver, it can be expressed as
>=
. For Maven it would be[version,)
. It's perhaps not supported for Nuget yet.The text was updated successfully, but these errors were encountered: