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

Add AffectedPackage store #2245

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Add AffectedPackage store #2245

merged 2 commits into from
Nov 13, 2024

Conversation

wagoodman
Copy link
Contributor

@wagoodman wagoodman commented Nov 7, 2024

Adds the following V6 schema models:

  • AffectedPackageHandle
  • Package
  • OperatingSystem

Adds the following blobs (including supporting structs):

  • AffectedPackageBlob
  • AffectedRange
  • Fix
  • FixDetail
  • AffectedVersion

The store has been updated to reflect the additional getters/setters for these objects.

Additional changes made:

  • added parser functions + tests for enums (VulnerabilityStatus, FixStatus, and SeverityScheme)

Partially addresses #2132

Partially addresses #2128

@wagoodman wagoodman force-pushed the add-v6-affected-package-store branch from 446eb6f to 1b74246 Compare November 7, 2024 14:32
@wagoodman wagoodman marked this pull request as ready for review November 7, 2024 14:43
@wagoodman wagoodman requested a review from a team November 7, 2024 14:43
@wagoodman wagoodman self-assigned this Nov 7, 2024
@wagoodman wagoodman added the changelog-ignore Don't include this issue in the release changelog label Nov 7, 2024
@wagoodman wagoodman changed the title Add affected package store Add v6 affected package store Nov 7, 2024
@wagoodman wagoodman force-pushed the add-v6-affected-package-store branch 2 times, most recently from 4628ad8 to 2289f2f Compare November 7, 2024 15:05
@wagoodman wagoodman changed the title Add v6 affected package store Add AffectedPackage store Nov 7, 2024
@wagoodman wagoodman linked an issue Nov 7, 2024 that may be closed by this pull request
7 tasks
@wagoodman wagoodman force-pushed the add-v6-affected-package-store branch from 2289f2f to 724366b Compare November 7, 2024 15:23
@wagoodman wagoodman marked this pull request as draft November 7, 2024 16:32
@wagoodman wagoodman marked this pull request as ready for review November 7, 2024 17:00
Base automatically changed from add-v6-vulnerability-store to main November 13, 2024 21:51
@wagoodman wagoodman enabled auto-merge (squash) November 13, 2024 21:54
@wagoodman wagoodman removed a link to an issue Nov 13, 2024
7 tasks
@wagoodman wagoodman merged commit 7ebd6b6 into main Nov 13, 2024
10 checks passed
@wagoodman wagoodman deleted the add-v6-affected-package-store branch November 13, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-ignore Don't include this issue in the release changelog
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants