You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!--
2
2
Thank you for taking the time to develop and contribute a core enhancement or fix for a defect!
3
3
4
-
We kindly request that you create pull requests only for things that have been discussed in a ticket first; exceptions may be made for spelling or grammar fixe.
4
+
We kindly request that you create pull requests only for things that have been discussed in a ticket first; exceptions may be made for spelling or grammar fixes.
5
5
Read more about the process here: https://cyclonedx.org/participate/standardization-process/#working-model
// A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/VERSION-RANGE-SPEC.rst
665
+
// A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst
666
666
stringrange=2;
667
667
}
668
668
// The vulnerability status for the version or range of versions.
Copy file name to clipboardExpand all lines: schema/bom-1.4.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1640,7 +1640,7 @@
1640
1640
"$ref": "#/definitions/version"
1641
1641
},
1642
1642
"range": {
1643
-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/VERSION-RANGE-SPEC.rst",
1643
+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
1644
1644
"$ref": "#/definitions/range"
1645
1645
},
1646
1646
"status": {
@@ -1683,7 +1683,7 @@
1683
1683
"maxLength": 1024
1684
1684
},
1685
1685
"range": {
1686
-
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/VERSION-RANGE-SPEC.rst",
1686
+
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/blob/master/VERSION-RANGE-SPEC.rst",
0 commit comments