-
Notifications
You must be signed in to change notification settings - Fork 4
Proofread CVE fix versions in vdr.xml
#7
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
Conversation
vy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the purpose of latest.xml, easy diff'ing?
Exactly, the way we currently do it (new document at each update), you need to checkout the commit to see the differences. |
|
@ppkarwasz, since version 2 was incorrectly bumped, can we override |
- Removed URL references related to the abandoned [BOM Exchange API proposal](https://github.com/CycloneDX/transparency-exchange-api/tree/bomexchangeapi), which was never accepted. - Our SBOMs have always only referenced `/cyclonedx/vdr.xml`, so these links were unused and unnecessary. This cleanup simplifies the website structure and ensures we can take fuller advantage of version control.
- Restores version 1 of the VDR as `vdr.xml`, reverting the complex structure introduced in commit 620e96c. - This commit can be tagged as `vdr-1` for reference.
- Restores version 2 of the VDR as `vdr.xml`, making it easier to compare changes against version 1. - This commit can be tagged as `vdr-2` for future reference.
- Updated `vdr.xml` to align with the proofread versioning details from PR #7. - Introduced a `<metadata>` element to record contact information for the Apache Logging Services PMC and Security Team, as well as the timestamp of the last modification. - Refreshed the `<updated>` timestamps in all modified `<vulnerability>` entries. - Added inline comment with instructions on how to properly update and maintain the VDR file.
e0c49f7 to
5296e96
Compare
|
Hi @vy, I rebased this PR on top of the changes from #12, which simplified the VDR structure by removing the obsolete BOM Exchange API directory. That should make verification easier: you only need to review commit 5296e96. On versioning: I think we should release version |
Update the contact information based on review feedback.
* feat: proofread CVE fix versions in `vdr.xml` - Updated `vdr.xml` to align with the proofread versioning details from PR #7. - Introduced a `<metadata>` element to record contact information for the Apache Logging Services PMC and Security Team, as well as the timestamp of the last modification. - Refreshed the `<updated>` timestamps in all modified `<vulnerability>` entries. - Added inline comment with instructions on how to properly update and maintain the VDR file. * fix: restore original update date for CVE-2021-45105 * fix: update contact information Update the contact information based on review feedback.
* feat: proofread CVE fix versions in `vdr.xml` - Updated `vdr.xml` to align with the proofread versioning details from PR #7. - Introduced a `<metadata>` element to record contact information for the Apache Logging Services PMC and Security Team, as well as the timestamp of the last modification. - Refreshed the `<updated>` timestamps in all modified `<vulnerability>` entries. - Added inline comment with instructions on how to properly update and maintain the VDR file. * fix: restore original update date for CVE-2021-45105 * fix: update contact information Update the contact information based on review feedback.
This is the
vdr.xmlequivalent of the changes introduced in #6. Therefore, it requires #6 to be merged first.