@@ -217,7 +217,7 @@ def __repr__(self) -> str:
217
217
218
218
class HashAlgorithm (Enum ):
219
219
"""
220
- This is out internal representation of the hashAlg simple type within the CycloneDX standard.
220
+ This is our internal representation of the hashAlg simple type within the CycloneDX standard.
221
221
222
222
.. note::
223
223
See the CycloneDX Schema: https://cyclonedx.org/docs/1.3/#type_hashAlg
@@ -390,7 +390,7 @@ def __str__(self) -> str:
390
390
391
391
class ExternalReference :
392
392
"""
393
- This is out internal representation of an ExternalReference complex type that can be used in multiple places within
393
+ This is our internal representation of an ExternalReference complex type that can be used in multiple places within
394
394
a CycloneDX BOM document.
395
395
396
396
.. note::
@@ -480,7 +480,7 @@ def __repr__(self) -> str:
480
480
481
481
class License :
482
482
"""
483
- This is out internal representation of `licenseType` complex type that can be used in multiple places within
483
+ This is our internal representation of `licenseType` complex type that can be used in multiple places within
484
484
a CycloneDX BOM document.
485
485
486
486
.. note::
@@ -575,7 +575,7 @@ def __repr__(self) -> str:
575
575
576
576
class LicenseChoice :
577
577
"""
578
- This is out internal representation of `licenseChoiceType` complex type that can be used in multiple places within
578
+ This is our internal representation of `licenseChoiceType` complex type that can be used in multiple places within
579
579
a CycloneDX BOM document.
580
580
581
581
.. note::
@@ -642,7 +642,7 @@ def __repr__(self) -> str:
642
642
643
643
class Property :
644
644
"""
645
- This is out internal representation of `propertyType` complex type that can be used in multiple places within
645
+ This is our internal representation of `propertyType` complex type that can be used in multiple places within
646
646
a CycloneDX BOM document.
647
647
648
648
.. note::
@@ -699,7 +699,7 @@ def __repr__(self) -> str:
699
699
700
700
class NoteText :
701
701
"""
702
- This is out internal representation of the Note.text complex type that can be used in multiple places within
702
+ This is our internal representation of the Note.text complex type that can be used in multiple places within
703
703
a CycloneDX BOM document.
704
704
705
705
.. note::
@@ -772,7 +772,7 @@ def __repr__(self) -> str:
772
772
773
773
class Note :
774
774
"""
775
- This is out internal representation of the Note complex type that can be used in multiple places within
775
+ This is our internal representation of the Note complex type that can be used in multiple places within
776
776
a CycloneDX BOM document.
777
777
778
778
.. note::
@@ -839,7 +839,7 @@ def __repr__(self) -> str:
839
839
840
840
class OrganizationalContact :
841
841
"""
842
- This is out internal representation of the `organizationalContact` complex type that can be used in multiple places
842
+ This is our internal representation of the `organizationalContact` complex type that can be used in multiple places
843
843
within a CycloneDX BOM document.
844
844
845
845
.. note::
@@ -911,7 +911,7 @@ def __repr__(self) -> str:
911
911
912
912
class OrganizationalEntity :
913
913
"""
914
- This is out internal representation of the `organizationalEntity` complex type that can be used in multiple places
914
+ This is our internal representation of the `organizationalEntity` complex type that can be used in multiple places
915
915
within a CycloneDX BOM document.
916
916
917
917
.. note::
@@ -984,7 +984,7 @@ def __repr__(self) -> str:
984
984
985
985
class Tool :
986
986
"""
987
- This is out internal representation of the `toolType` complex type within the CycloneDX standard.
987
+ This is our internal representation of the `toolType` complex type within the CycloneDX standard.
988
988
989
989
Tool(s) are the things used in the creation of the BOM.
990
990
@@ -1086,7 +1086,7 @@ def __repr__(self) -> str:
1086
1086
1087
1087
class IdentifiableAction :
1088
1088
"""
1089
- This is out internal representation of the `identifiableActionType` complex type.
1089
+ This is our internal representation of the `identifiableActionType` complex type.
1090
1090
1091
1091
.. note::
1092
1092
See the CycloneDX specification: https://cyclonedx.org/docs/1.4/xml/#type_identifiableActionType
@@ -1159,7 +1159,7 @@ def __repr__(self) -> str:
1159
1159
1160
1160
class Copyright :
1161
1161
"""
1162
- This is out internal representation of the `copyrightsType` complex type.
1162
+ This is our internal representation of the `copyrightsType` complex type.
1163
1163
1164
1164
.. note::
1165
1165
See the CycloneDX specification: https://cyclonedx.org/docs/1.4/xml/#type_copyrightsType
0 commit comments