Skip to content

Commit 1627280

Browse files
committed
style: comments/reformat
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9b9edcd commit 1627280

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cyclonedx/model/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ class ExternalReferenceType(str, Enum):
500500
"""
501501
# see `_ExternalReferenceSerializationHelper.__CASES` for view/case map
502502
ADVERSARY_MODEL = 'adversary-model' # Only supported in >= 1.5
503-
ADVISORIES = 'advisories' # ?
503+
ADVISORIES = 'advisories'
504504
ATTESTATION = 'attestation' # Only supported in >= 1.5
505505
BOM = 'bom'
506506
BUILD_META = 'build-meta'

cyclonedx/model/vulnerability.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ class VulnerabilityScoreSource(str, Enum):
514514
CVSS_V4 = 'CVSSv4' # Only supported in >= 1.5
515515
OWASP = 'OWASP' # Name change in 1.4
516516
SSVC = 'SSVC' # Only supported in >= 1.5
517+
# --
517518
OTHER = 'other'
518519

519520
@staticmethod

0 commit comments

Comments
 (0)