Skip to content

Conversation

wagoodman
Copy link
Contributor

Adds the advisory date as the first available fix date

Signed-off-by: Alex Goodman <[email protected]>
@wagoodman wagoodman added the changelog-ignore Don't consider when generating the changelog label Aug 29, 2025
detail = &grypeDB.FixDetail{
Available: &grypeDB.FixAvailability{
Date: internal.ParseTime(fixedIn.Available.Date),
Kind: fixedIn.Available.Kind,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to have a non-empty kind to be processed correctly downstream?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it but decided that the date information was the primary / most important information here (a missing kind probably shouldn't block a date being conveyed).

@wagoodman wagoodman enabled auto-merge (squash) August 29, 2025 20:03
@wagoodman wagoodman merged commit 0a5e456 into main Aug 29, 2025
11 checks passed
@wagoodman wagoodman deleted the add-advisory-date-to-msrc branch August 29, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-ignore Don't consider when generating the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants