Skip to content

Commit

Permalink
CDRIVER-5632 fix version for JuliaStrings in purls.txt (#1676)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
kevinAlbs authored Jul 23, 2024
1 parent ef17740 commit f85d87c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions etc/cyclonedx.sbom.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"components": [
{
"bom-ref": "pkg:github/juliastrings/utf8proc@2.8.0",
"bom-ref": "pkg:github/juliastrings/utf8proc@v2.8.0",
"copyright": "Copyright \u00a9 2014-2021 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.",
"externalReferences": [
{
"type": "distribution",
"url": "https://github.com/juliastrings/utf8proc/archive/refs/tags/2.8.0.tar.gz"
"url": "https://github.com/juliastrings/utf8proc/archive/refs/tags/v2.8.0.tar.gz"
},
{
"type": "website",
"url": "https://github.com/juliastrings/utf8proc/tree/2.8.0"
"url": "https://github.com/juliastrings/utf8proc/tree/v2.8.0"
}
],
"group": "juliastrings",
Expand All @@ -28,9 +28,9 @@
}
],
"name": "utf8proc",
"purl": "pkg:github/juliastrings/utf8proc@2.8.0",
"purl": "pkg:github/juliastrings/utf8proc@v2.8.0",
"type": "library",
"version": "2.8.0"
"version": "v2.8.0"
},
{
"bom-ref": "pkg:github/madler/zlib@v1.3.1",
Expand Down Expand Up @@ -108,7 +108,7 @@
],
"dependencies": [
{
"ref": "pkg:github/juliastrings/utf8proc@2.8.0"
"ref": "pkg:github/juliastrings/utf8proc@v2.8.0"
},
{
"ref": "pkg:github/madler/zlib@v1.3.1"
Expand All @@ -121,7 +121,7 @@
}
],
"metadata": {
"timestamp": "2024-07-02T18:14:27.332023+00:00",
"timestamp": "2024-07-22T15:57:17.624779+00:00",
"tools": [
{
"externalReferences": [
Expand Down Expand Up @@ -165,8 +165,9 @@
]
},
"serialNumber": "urn:uuid:e5a75bd1-68a4-499e-81c6-64a8785adaae",
"version": 3,
"version": 4,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
"specVersion": "1.5",
"vulnerabilities": []
}
2 changes: 1 addition & 1 deletion etc/purls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pkg:github/madler/zlib@v1.3.1

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

# Lives at src/uthash
pkg:github/troydhanson/uthash@v2.3.0
Expand Down

0 comments on commit f85d87c

Please sign in to comment.