@@ -62,7 +62,7 @@ class BomTargetVersionRange:
62
62
`version` and `version_range` are mutually exclusive.
63
63
64
64
.. note::
65
- See the CycloneDX schema: https://cyclonedx.org/docs/1.6/#type_vulnerabilityType
65
+ See the CycloneDX schema: https://cyclonedx.org/docs/1.6/xml/ #type_vulnerabilityType
66
66
"""
67
67
68
68
def __init__ (
@@ -219,7 +219,7 @@ class VulnerabilityAnalysis:
219
219
Class that models the `analysis` sub-element of the `vulnerabilityType` complex type.
220
220
221
221
.. note::
222
- See the CycloneDX schema: https://cyclonedx.org/docs/1.6/#type_vulnerabilityType
222
+ See the CycloneDX schema: https://cyclonedx.org/docs/1.6/xml/ #type_vulnerabilityType
223
223
"""
224
224
225
225
def __init__ (
@@ -403,7 +403,7 @@ class VulnerabilitySource:
403
403
This type is used for multiple purposes in the CycloneDX schema.
404
404
405
405
.. note::
406
- See the CycloneDX schema: https://cyclonedx.org/docs/1.6/#type_vulnerabilitySourceType
406
+ See the CycloneDX schema: https://cyclonedx.org/docs/1.6/xml/ #type_vulnerabilitySourceType
407
407
"""
408
408
409
409
def __init__ (
@@ -471,7 +471,7 @@ class VulnerabilityReference:
471
471
intelligence.
472
472
473
473
.. note::
474
- See the CycloneDX schema: https://cyclonedx.org/docs/1.6/#type_vulnerabilityType
474
+ See the CycloneDX schema: https://cyclonedx.org/docs/1.6/xml/ #type_vulnerabilityType
475
475
"""
476
476
477
477
def __init__ (
@@ -714,7 +714,7 @@ class VulnerabilityRating:
714
714
1.4 - see https://github.com/CycloneDX/specification/blob/master/schema/ext/vulnerability-1.0.xsd.
715
715
716
716
.. note::
717
- See `ratingType` in https://cyclonedx.org/docs/1.6/#ratingType
717
+ See `ratingType` in https://cyclonedx.org/docs/1.6/xml/ #ratingType
718
718
719
719
.. warning::
720
720
As part of implementing support for CycloneDX schema version 1.4, the three score types defined in the schema
@@ -847,7 +847,7 @@ class VulnerabilityCredits:
847
847
extension (in XML only).
848
848
849
849
.. note::
850
- See the CycloneDX schema: https://cyclonedx.org/docs/1.6/#type_vulnerabilityType
850
+ See the CycloneDX schema: https://cyclonedx.org/docs/1.6/xml/ #type_vulnerabilityType
851
851
"""
852
852
853
853
def __init__ (
0 commit comments