1+ {
2+ "@context" : "https://spdx.org/rdf/3.0.1/spdx-context.jsonld" ,
3+ "@graph" : [
4+ {
5+ "type" : "Organization" ,
6+ "spdxId" : "SPDXRef-MyOrganization:-73f9a129-5eea-4de8-b38b-96832cc72d57" ,
7+ "name" : "MyOrganization" ,
8+ "creationInfo" : "_:creationinfo"
9+ } ,
10+ {
11+ "type" : "CreationInfo" ,
12+ "@id" : "_:creationinfo" ,
13+ "specVersion" : "3.0.1" ,
14+ "createdBy" : [
15+ "SPDXRef-MyOrganization:-73f9a129-5eea-4de8-b38b-96832cc72d57"
16+ ] ,
17+ "created" : "2025-01-07T07:01:21Z"
18+ } ,
19+ {
20+ "type" : "SpdxDocument" ,
21+ "spdxId" : "SPDXRef-Document:-8b2134c3-1472-48c3-bbd9-53cdef129f09" ,
22+ "creationInfo" : "_:creationinfo" ,
23+ "dataLicense" : "SPDXRef-License:-DataLicenseCC1.0" ,
24+ "profileConformance" : [
25+ "core" ,
26+ "software" ,
27+ "security" ,
28+ "simpleLicensing"
29+ ] ,
30+ "rootElement" : [
31+ "BOM:ROOT"
32+ ]
33+ } ,
34+ {
35+ "type" : "simplelicensing_LicenseExpression" ,
36+ "spdxId" : "SPDXRef-License:-DataLicenseCC1.0" ,
37+ "name" : "Data License CC 1.0" ,
38+ "description" : "Refer to this element if another element's data license is CC 1.0" ,
39+ "creationInfo" : "_:creationinfo" ,
40+ "simplelicensing_licenseExpression" : "CC-BY-1.0"
41+ } ,
42+ {
43+ "type" : "simplelicensing_LicenseExpression" ,
44+ "spdxId" : "SPDXRef-License:-NoAssertion" ,
45+ "name" : "NoAssertion" ,
46+ "description" : "Refer to this element if another element's license can't be asserted." ,
47+ "creationInfo" : "_:creationinfo" ,
48+ "simplelicensing_licenseExpression" : "NOASSERTION"
49+ } ,
50+ {
51+ "type" : "software_Package" ,
52+ "spdxId" : "SPDX-ID:-73fde02b-0fda-50b2-ad2e-a219f85c7ce4" ,
53+ "creationInfo" : "_:creationinfo" ,
54+ "name" : "An example software" ,
55+ "originatedBy" : [
56+ "Organization: An example organization"
57+ ] ,
58+ "software_copyrightText" : "NOASSERTION" ,
59+ "software_primaryPurpose" : "application" ,
60+ "description" : "This is an example software"
61+ } ,
62+ {
63+ "type" : "security_Vulnerability" ,
64+ "spdxId" : "SPDXRef-Vulnerability:-CVE-2016-4285" ,
65+ "name" : "CVE-2016-4285" ,
66+ "creationInfo" : "_:creationinfo" ,
67+ "externalIdentifier" : [
68+ {
69+ "type" : "ExternalIdentifier" ,
70+ "externalIdentifierType" : "cve" ,
71+ "identifier" : "CVE-2016-4285" ,
72+ "identifierLocator" : [
73+ "https://nvd.nist.gov/vuln/detail/CVE-2016-4285"
74+ ]
75+ }
76+ ]
77+ } ,
78+ {
79+ "type" : "security_CvssV3VulnAssessmentRelationship" ,
80+ "spdxId" : "SPDXRef-CVSSAssessment:-CVE-2016-4285" ,
81+ "creationInfo" : "_:creationinfo" ,
82+ "relationshipType" : "hasAssessmentFor" ,
83+ "security_score" : "8.8" ,
84+ "security_severity" : "high" ,
85+ "security_vectorString" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" ,
86+ "from" : "SPDXRef-Vulnerability:-CVE-2016-4285" ,
87+ "to" : [
88+ "SPDX-ID:-73fde02b-0fda-50b2-ad2e-a219f85c7ce4"
89+ ]
90+ } ,
91+ {
92+ "type" : "security_VexAffectedVulnAssessmentRelationship" ,
93+ "spdxId" : "SPDXRef-VexAffectedRelationship:-CVE-2016-4285" ,
94+ "creationInfo" : "_:creationinfo" ,
95+ "relationshipType" : "affects" ,
96+ "security_actionStatement" : "no_assertion" ,
97+ "from" : "SPDXRef-Vulnerability:-CVE-2016-4285" ,
98+ "to" : [
99+ "SPDX-ID:-73fde02b-0fda-50b2-ad2e-a219f85c7ce4"
100+ ]
101+ } ,
102+ {
103+ "type" : "software_Sbom" ,
104+ "spdxId" : "BOM:ROOT" ,
105+ "creationInfo" : "_:creationinfo" ,
106+ "software_sbomType" : [
107+ "analyzed"
108+ ] ,
109+ "rootElement" : [
110+ "SPDX-ID:-73fde02b-0fda-50b2-ad2e-a219f85c7ce4"
111+ ] ,
112+ "element" : [
113+ "SPDXRef-License:-DataLicenseCC1.0" ,
114+ "SPDXRef-License:-NoAssertion" ,
115+ "SPDX-ID:-73fde02b-0fda-50b2-ad2e-a219f85c7ce4" ,
116+ "SPDXRef-Vulnerability:-CVE-2016-4285" ,
117+ "SPDXRef-CVSSAssessment:-CVE-2016-4285" ,
118+ "SPDXRef-VexAffectedRelationship:-CVE-2016-4285"
119+ ]
120+ }
121+ ]
122+ }
0 commit comments