Skip to content

Commit

Permalink
chore: update sbom.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Nov 29, 2023
1 parent 7634593 commit 2f4b0f8
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions sbom.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.3",
"serialNumber": "urn:uuid:da7254ae-11af-44a6-8978-aa5e549fce31",
"serialNumber": "urn:uuid:6c9a5e72-468f-45eb-b644-5623bd22e45b",
"version": 1,
"metadata": {
"timestamp": "2023-11-28T08:10:58.127Z",
"timestamp": "2023-11-29T07:54:50.472Z",
"tools": [
{
"vendor": "CycloneDX",
Expand Down Expand Up @@ -7646,60 +7646,60 @@
},
{
"type": "library",
"bom-ref": "pkg:npm/[email protected]",
"author": "David Björklund",
"name": "parse-headers",
"version": "2.0.5",
"description": "Parse http headers, works with browserify/xhr",
"bom-ref": "pkg:npm/[email protected]",
"name": "pako",
"version": "2.1.0",
"description": "zlib port to javascript - fast, modularized, with browser support",
"licenses": [
{
"license": {
"id": "MIT"
"name": "(MIT AND Zlib)"
}
}
],
"purl": "pkg:npm/parse-headers@2.0.5",
"purl": "pkg:npm/pako@2.1.0",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/kesla/parse-headers"
"url": "https://github.com/nodeca/pako#readme"
},
{
"type": "issue-tracker",
"url": "https://github.com/kesla/parse-headers/issues"
"url": "https://github.com/nodeca/pako/issues"
},
{
"type": "vcs",
"url": "git+https://github.com/kesla/parse-headers.git"
"url": "git+https://github.com/nodeca/pako.git"
}
]
},
{
"type": "library",
"bom-ref": "pkg:npm/[email protected]",
"name": "pako",
"version": "2.1.0",
"description": "zlib port to javascript - fast, modularized, with browser support",
"bom-ref": "pkg:npm/[email protected]",
"author": "David Björklund",
"name": "parse-headers",
"version": "2.0.5",
"description": "Parse http headers, works with browserify/xhr",
"licenses": [
{
"license": {
"name": "(MIT AND Zlib)"
"id": "MIT"
}
}
],
"purl": "pkg:npm/pako@2.1.0",
"purl": "pkg:npm/parse-headers@2.0.5",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/nodeca/pako#readme"
"url": "https://github.com/kesla/parse-headers"
},
{
"type": "issue-tracker",
"url": "https://github.com/nodeca/pako/issues"
"url": "https://github.com/kesla/parse-headers/issues"
},
{
"type": "vcs",
"url": "git+https://github.com/nodeca/pako.git"
"url": "git+https://github.com/kesla/parse-headers.git"
}
]
},
Expand Down Expand Up @@ -9115,10 +9115,10 @@
"ref": "pkg:npm/[email protected]"
},
{
"ref": "pkg:npm/parse-headers@2.0.5"
"ref": "pkg:npm/pako@2.1.0"
},
{
"ref": "pkg:npm/pako@2.1.0"
"ref": "pkg:npm/parse-headers@2.0.5"
},
{
"ref": "pkg:npm/[email protected]"
Expand Down Expand Up @@ -9161,8 +9161,8 @@
"pkg:npm/%40petamoriken/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
"pkg:npm/[email protected]",
Expand Down

0 comments on commit 2f4b0f8

Please sign in to comment.