Skip to content

Commit 7b8dc59

Browse files
committed
chore: publish_vex_vdr
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent a441896 commit 7b8dc59

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

security.cdx.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
3+
"bomFormat": "CycloneDX",
4+
"specVersion": "1.6",
5+
"serialNumber": "urn:uuid:472bda2e-8d12-4ee5-af87-29b0bf1b348e",
6+
"version": 1,
7+
"metadata": {
8+
"component": {
9+
"bom-ref": "@cyclonedx/cyclonedx-library",
10+
"type": "library",
11+
"group": "cyclonedx",
12+
"name": "cyclonedx-library",
13+
"description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
14+
"externalReferences": [
15+
{
16+
"type": "vcs",
17+
"url": "https://github.com/CycloneDX/cyclonedx-javascript-library"
18+
},
19+
{
20+
"type": "issue-tracker",
21+
"url": "https://github.com/CycloneDX/cyclonedx-javascript-library/issues"
22+
}
23+
]
24+
},
25+
"authors": [
26+
{
27+
"name": "Jan Kowalleck",
28+
"email": "jan.kowalleck@owasp.org"
29+
}
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)