-
-
Notifications
You must be signed in to change notification settings - Fork 68
feat: Add support for TLP marking in metadata (fixes #595) #603
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
Signed-off-by: anthonyharrison <[email protected]>
thanks for the implementation, @anthonyharrison Could you port these changes to schema 1.7 based on branch thank you in advance. PS: i am sorry that i did not communicate these things earlier. Please bear with me. |
I'll set this PR to "draft", until the proposed changes were ported to the "next" version. |
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.
please port to "next" version.
v1.6 will not get any new features, but upcoming v1.7 will.
This is resulting in a string attribute called "distribution" under metadata and the phrase "tlp" is no where to be found. {
"metadata": {
"timestamp": "2025-06-14T10:45:57Z",
"tools": {
"components": [
{
"group": "@cyclonedx",
"name": "cdxgen",
"version": "11.4.0",
"purl": "pkg:npm/%40cyclonedx/[email protected]",
"type": "application",
"bom-ref": "pkg:npm/@cyclonedx/[email protected]",
"publisher": "OWASP Foundation",
"authors": [
{
"name": "OWASP Foundation"
}
]
}
]
},
"authors": [
{
"name": "OWASP Foundation"
}
],
"lifecycles": [
{
"phase": "build"
}
],
"distribution": "AMBER"
}
} Can we make |
@CycloneDX/core-team, what do you think about #603 (comment) ? |
re: #603 (comment) PS: see the draft: #653 |
As discussed in ticket #595 this PR adds TLP marking to the metadata to indicate the sharing and distribution constraints for the BOM.
fixes #595