Skip to content

Commit 92b4d78

Browse files
author
Saquib Saifee
committed
chore: fix the typo
Signed-off-by: Saquib Saifee <[email protected]>
1 parent c74218b commit 92b4d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cyclonedx/model/component.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,7 @@ def cpe(self, cpe: Optional[str]) -> None:
14631463
CPE(cpe)
14641464
except NotImplementedError:
14651465
raise ValueError(f'Invalid CPE format: {cpe}')
1466+
self._cpe = cpe
14661467

14671468
@property
14681469
@serializable.type_mapping(PackageUrlSH)

0 commit comments

Comments
 (0)