Skip to content

Commit 2b02f34

Browse files
committed
feat: add bom.definitions with complete model
Signed-off-by: Hakan Dilek <[email protected]>
1 parent 690311f commit 2b02f34

File tree

3 files changed

+464
-29
lines changed

3 files changed

+464
-29
lines changed

Diff for: cyclonedx/exception/model.py

+8
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,11 @@ class LicenseExpressionAlongWithOthersException(CycloneDxModelException):
123123
See https://github.com/CycloneDX/specification/pull/205
124124
"""
125125
pass
126+
127+
128+
class InvalidCreIdException(CycloneDxModelException):
129+
"""
130+
Raised when a supplied value for an CRE ID does not meet the format requirements
131+
as defined at https://opencre.org/
132+
"""
133+
pass

0 commit comments

Comments
 (0)