Skip to content

Commit 6b31eb8

Browse files
committed
CDRIVER-5632 fix version for JuliaStrings in purls.txt (#1676)
* CDRIVER-5632 fix version in `purls.txt` for JuliaStrings Use `v2.8.0` (not `2.8.0`) to match release tag. * regenerate SBOM Regenerated with: `./tools/earthly.sh +sbom-generate`
1 parent d3cdb62 commit 6b31eb8

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

etc/cyclonedx.sbom.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"components": [
33
{
4-
"bom-ref": "pkg:github/juliastrings/utf8proc@2.8.0",
4+
"bom-ref": "pkg:github/juliastrings/utf8proc@v2.8.0",
55
"copyright": "Copyright \u00a9 2014-2021 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.",
66
"externalReferences": [
77
{
88
"type": "distribution",
9-
"url": "https://github.com/juliastrings/utf8proc/archive/refs/tags/2.8.0.tar.gz"
9+
"url": "https://github.com/juliastrings/utf8proc/archive/refs/tags/v2.8.0.tar.gz"
1010
},
1111
{
1212
"type": "website",
13-
"url": "https://github.com/juliastrings/utf8proc/tree/2.8.0"
13+
"url": "https://github.com/juliastrings/utf8proc/tree/v2.8.0"
1414
}
1515
],
1616
"group": "juliastrings",
@@ -28,9 +28,9 @@
2828
}
2929
],
3030
"name": "utf8proc",
31-
"purl": "pkg:github/juliastrings/utf8proc@2.8.0",
31+
"purl": "pkg:github/juliastrings/utf8proc@v2.8.0",
3232
"type": "library",
33-
"version": "2.8.0"
33+
"version": "v2.8.0"
3434
},
3535
{
3636
"bom-ref": "pkg:github/madler/[email protected]",
@@ -108,7 +108,7 @@
108108
],
109109
"dependencies": [
110110
{
111-
"ref": "pkg:github/juliastrings/utf8proc@2.8.0"
111+
"ref": "pkg:github/juliastrings/utf8proc@v2.8.0"
112112
},
113113
{
114114
"ref": "pkg:github/madler/[email protected]"
@@ -121,7 +121,7 @@
121121
}
122122
],
123123
"metadata": {
124-
"timestamp": "2024-07-02T18:14:27.332023+00:00",
124+
"timestamp": "2024-07-22T15:57:17.624779+00:00",
125125
"tools": [
126126
{
127127
"externalReferences": [
@@ -165,8 +165,9 @@
165165
]
166166
},
167167
"serialNumber": "urn:uuid:e5a75bd1-68a4-499e-81c6-64a8785adaae",
168-
"version": 3,
168+
"version": 4,
169169
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
170170
"bomFormat": "CycloneDX",
171-
"specVersion": "1.5"
171+
"specVersion": "1.5",
172+
"vulnerabilities": []
172173
}

etc/purls.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
pkg:github/madler/[email protected]
1010

1111
# Lives at src/utf8proc-*
12-
pkg:github/JuliaStrings/utf8proc@2.8.0
12+
pkg:github/JuliaStrings/utf8proc@v2.8.0
1313

1414
# Lives at src/uthash
1515
pkg:github/troydhanson/[email protected]

0 commit comments

Comments
 (0)