Skip to content
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

Compute all CVEs for updates #321

Closed
martincostello opened this issue Jan 4, 2023 · 0 comments
Closed

Compute all CVEs for updates #321

martincostello opened this issue Jan 4, 2023 · 0 comments
Assignees
Labels
feature-request A request for new functionality
Milestone

Comments

@martincostello
Copy link
Owner

Is your feature request related to a problem?

If a .NET SDK update occurs when is more than one version (e.g. #320), then any CVEs that are fixed are only reported for those in the version being updated to, rather than also including any from the releases between the old one and the new one.

Describe the solution you'd like

Include all fixed CVEs by the update in the PR description.

Describe alternatives you've considered

None.

Additional context

This also has the effect that if there's an update from version N to version N+2 where version N+1 fixed a CVE and N+2 did not that the update will be reported as a security update correctly. Currently the update would not flag as an security update as the delta between the releases is not computed.

@martincostello martincostello added the feature-request A request for new functionality label Jan 4, 2023
martincostello added a commit that referenced this issue Apr 25, 2023
If the SDK is updated by more than one runtime patch version, roll-up the CVEs and security status of all the releases in between to determine the list and the security status.
Resolves #321.
@martincostello martincostello added this to the v2.1.3 milestone Apr 25, 2023
@martincostello martincostello self-assigned this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality
Projects
None yet
Development

No branches or pull requests

1 participant