-
Notifications
You must be signed in to change notification settings - Fork 54
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
add Lite profile examples #91
base: master
Are you sure you want to change the base?
Changes from all commits
94d44aa
d14f88e
396caba
ea55dc8
bddcddb
07d0403
79aed87
c941fa5
c10db29
9c95165
cf9eb4e
1f83d0a
03c5ebe
ae7eb1e
1091965
db80bdd
62bcac5
54fcef8
c64a58f
552d82e
b15cde1
8a584c7
b04d429
8612d57
d55f3a0
e92743b
ae3944e
595f7a2
3294f33
53e7389
e8b6ccd
391ffb4
eac3284
0750598
9750bfb
47a4c48
de67a55
53c888f
7d78340
7014669
56e03a9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,191 @@ | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"@context": "https://spdx.github.io/spdx-spec/v3.0/model/spdx-context.jsonld", | ||||||||||||||||||||||||||||||||||
"@graph": [ | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "SpdxDocument", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Document/1", | ||||||||||||||||||||||||||||||||||
"name": "Lite-SpdxDocument", | ||||||||||||||||||||||||||||||||||
"comment": "if any", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"verifiedUsing": [{ | ||||||||||||||||||||||||||||||||||
"type": "Hash", | ||||||||||||||||||||||||||||||||||
"algorithm": "sha3_512", | ||||||||||||||||||||||||||||||||||
"hashValue": "hash value of Sbom object" | ||||||||||||||||||||||||||||||||||
}], | ||||||||||||||||||||||||||||||||||
"rootElement": [ "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Sbom/1" ], | ||||||||||||||||||||||||||||||||||
"element": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Sbom/1", | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Bom/1" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"namespaceMap": [{ | ||||||||||||||||||||||||||||||||||
"type": "NamespaceMap", | ||||||||||||||||||||||||||||||||||
"prefix": "lite-example", | ||||||||||||||||||||||||||||||||||
"namespace": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Lite/1" | ||||||||||||||||||||||||||||||||||
}], | ||||||||||||||||||||||||||||||||||
"dataLicense": "CC0-1.0" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "software_Sbom", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Sbom/1", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"rootElement": [ "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1" ], | ||||||||||||||||||||||||||||||||||
"element": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1", | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/LicenseExpression/1", | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/1", | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/2", | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/3" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"software_sbomType": [ "build" ] | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "CreationInfo", | ||||||||||||||||||||||||||||||||||
"@id": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"specVersion": "3.0.0", | ||||||||||||||||||||||||||||||||||
"comment": "if any", | ||||||||||||||||||||||||||||||||||
"created": "2024-05-06T00:00:00Z", | ||||||||||||||||||||||||||||||||||
"createdBy": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Agent/NorioKobota" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "Person", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Agent/NorioKobota", | ||||||||||||||||||||||||||||||||||
"name": "Norio Kobota", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"externalIdentifier": { | ||||||||||||||||||||||||||||||||||
"type": "ExternalIdentifier", | ||||||||||||||||||||||||||||||||||
"externalIdentifierType": "email", | ||||||||||||||||||||||||||||||||||
"identifier": "[email protected]" | ||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "software_Package", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1", | ||||||||||||||||||||||||||||||||||
"name": "my-package", | ||||||||||||||||||||||||||||||||||
"comment": "if any", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"verifiedUsing": [{ | ||||||||||||||||||||||||||||||||||
"type": "Hash", | ||||||||||||||||||||||||||||||||||
"algorithm": "sha3_512", | ||||||||||||||||||||||||||||||||||
"hashValue": "hash value of the package file" | ||||||||||||||||||||||||||||||||||
}], | ||||||||||||||||||||||||||||||||||
"originatedBy": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Agent/NorioKobota" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"suppliedBy": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Agent/NorioKobota", | ||||||||||||||||||||||||||||||||||
"builtTime": "2024-05-06T00:00:00Z", | ||||||||||||||||||||||||||||||||||
"releaseTime": "2024-05-06T00:00:00Z", | ||||||||||||||||||||||||||||||||||
"validUntilTime": "2034-05-06T00:00:00Z", | ||||||||||||||||||||||||||||||||||
"supportLevel": "limitedSupport", | ||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
"software_copyrightText": "copyright text", | ||||||||||||||||||||||||||||||||||
"software_attributionText": "other attribution text", | ||||||||||||||||||||||||||||||||||
Comment on lines
+79
to
+80
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Comment on lines
+78
to
+80
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
"software_packageVersion": "v1.0", | ||||||||||||||||||||||||||||||||||
"software_downloadLocation": "http://dl.example.com/my-package_v1.0.tar", | ||||||||||||||||||||||||||||||||||
"software_packageUrl": "pkg:github/example/my-package/releases/tag/v1.0", | ||||||||||||||||||||||||||||||||||
"software_homepage": "website for the Package/1" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "simpleLicensing_LicenseExpression", | ||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/LicenseExpression/1", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"simpleLicensing_licenseExpression": "MIT", | ||||||||||||||||||||||||||||||||||
"simpleLicensing_licenseListVersion": "3.23.0" | ||||||||||||||||||||||||||||||||||
Comment on lines
+90
to
+91
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "Relationship", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/1", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"from": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Sbom/1", | ||||||||||||||||||||||||||||||||||
"to": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"relationshipType": "contains" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "Relationship", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/2", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"from": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1", | ||||||||||||||||||||||||||||||||||
"to": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/LicenseExpression/1" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"relationshipType": "hasDeclaredLicense" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "Relationship", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/3", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo", | ||||||||||||||||||||||||||||||||||
"from": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1", | ||||||||||||||||||||||||||||||||||
"to": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/LicenseExpression/1" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"relationshipType": "hasConcludedLicense" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "Bom", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Bom/1", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo_vex1", | ||||||||||||||||||||||||||||||||||
"extension": [{ | ||||||||||||||||||||||||||||||||||
"cdxPropName": "VexDocumentVersion", | ||||||||||||||||||||||||||||||||||
"cdxPropValue": "0" | ||||||||||||||||||||||||||||||||||
}], | ||||||||||||||||||||||||||||||||||
"rootElement": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Vulnerability/1" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"element": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Vunlnerability/1", | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/vul1", | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/VexUnderInvestigationVulnAssessmentRelationship/1" | ||||||||||||||||||||||||||||||||||
] | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "CreationInfo", | ||||||||||||||||||||||||||||||||||
"@id": "_:creationinfo_vex1", | ||||||||||||||||||||||||||||||||||
"specVersion": "3.0.0", | ||||||||||||||||||||||||||||||||||
"comment": "if any", | ||||||||||||||||||||||||||||||||||
"created": "2024-05-06T00:00:00Z", | ||||||||||||||||||||||||||||||||||
"createdBy": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Agent/NorioKobota" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "security_Vulnerability", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Vulnerability/1", | ||||||||||||||||||||||||||||||||||
"name": "CVE-1234-1234", | ||||||||||||||||||||||||||||||||||
"comment": "if any", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo_vex1", | ||||||||||||||||||||||||||||||||||
"externalIdetifier": { | ||||||||||||||||||||||||||||||||||
"type": "ExternalIdentifier", | ||||||||||||||||||||||||||||||||||
"externalIdentifierType": "cve", | ||||||||||||||||||||||||||||||||||
"identifier": "CVE-1234-1234", | ||||||||||||||||||||||||||||||||||
"comment": "must" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
"security_publishedTime": "2024-05-06T00:00:00Z", | ||||||||||||||||||||||||||||||||||
"security_modifiedTime": "2024-05-06T00:00:00Z" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "Relationship", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Relationship/vul1", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo_vex1", | ||||||||||||||||||||||||||||||||||
"from": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1", | ||||||||||||||||||||||||||||||||||
"to": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Vulnerability/1" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"relationshipType": "hasAssociatedVulnerability" | ||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||
"type": "security_VexUnderInvestigationVulnAssessmentRelationship", | ||||||||||||||||||||||||||||||||||
"spdxId": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/VexUnderInvestigationVulnAssessmentRelationship/1", | ||||||||||||||||||||||||||||||||||
"name": "if any", | ||||||||||||||||||||||||||||||||||
"comment": "if any", | ||||||||||||||||||||||||||||||||||
"creationInfo": "_:creationinfo_vex1", | ||||||||||||||||||||||||||||||||||
"from": "https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Vulnerability/1", | ||||||||||||||||||||||||||||||||||
"to": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Package/1" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"relationshipType": "underInvestigationFor", | ||||||||||||||||||||||||||||||||||
"suppliedBy": [ | ||||||||||||||||||||||||||||||||||
"https://spdx.org/spdxdocs/08f113e9-a0b0-4482-a0ed-c4e18e5136be/Agent/NorioKobota" | ||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"security_vexVersion": "0", | ||||||||||||||||||||||||||||||||||
"security_statusNotes": "if any" | ||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
] | ||||||||||||||||||||||||||||||||||
} |
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.