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

Change: Use a UUID for cpe_name_id at NIST CPE API and models #933

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

bjoernricks
Copy link
Contributor

What

Use a UUID for cpe_name_id at NIST CPE API and models

Why

cpe_name_id values are actually UUID therefore they should be parsed as a UUID instance. This allows for better serialization (as bytes) if necessary for example for storing them in a DB.

Checklist

  • Tests

cpe_name_id values are actually UUID therefore they should be parsed as
a UUID instance. This allows for better serialization (as bytes) if
necessary.
@bjoernricks bjoernricks requested a review from a team as a code owner November 17, 2023 08:43
@bjoernricks bjoernricks enabled auto-merge (rebase) November 17, 2023 08:43
@bjoernricks bjoernricks added the make release To trigger GitHub release action. label Nov 17, 2023
Copy link

Conventional Commits Report

Type Number
Changed 1

🚀 Conventional commits found.

@bjoernricks bjoernricks merged commit 790781d into main Nov 17, 2023
18 checks passed
@bjoernricks bjoernricks deleted the cpe-name-id-as-uuid branch November 17, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
make release To trigger GitHub release action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants