diff --git a/dist/attachReleaseAssets/index.js b/dist/attachReleaseAssets/index.js index 674c47b5..2706c4a6 100644 --- a/dist/attachReleaseAssets/index.js +++ b/dist/attachReleaseAssets/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v1.1.0"; +exports.VERSION = "v1.3.0"; /***/ }), diff --git a/dist/downloadSyft/index.js b/dist/downloadSyft/index.js index 411f5feb..822e9494 100644 --- a/dist/downloadSyft/index.js +++ b/dist/downloadSyft/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v1.1.0"; +exports.VERSION = "v1.3.0"; /***/ }), diff --git a/dist/runSyftAction/index.js b/dist/runSyftAction/index.js index bdca9e0f..b5d535e5 100644 --- a/dist/runSyftAction/index.js +++ b/dist/runSyftAction/index.js @@ -23385,7 +23385,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; -exports.VERSION = "v1.1.0"; +exports.VERSION = "v1.3.0"; /***/ }), diff --git a/src/SyftVersion.ts b/src/SyftVersion.ts index 496fd87c..646f02b5 100644 --- a/src/SyftVersion.ts +++ b/src/SyftVersion.ts @@ -1 +1 @@ -export const VERSION = "v1.1.0"; +export const VERSION = "v1.3.0"; diff --git a/tests/integration/__snapshots__/formatExports.test.ts.snap b/tests/integration/__snapshots__/formatExports.test.ts.snap index fec6c779..ef38bd89 100644 --- a/tests/integration/__snapshots__/formatExports.test.ts.snap +++ b/tests/integration/__snapshots__/formatExports.test.ts.snap @@ -2471,8 +2471,8 @@ exports[`SPDX JSON alpine 1`] = ` "name": "libvncserver", "SPDXID": "redacted", "versionInfo": "0.9.9", - "supplier": "Person: A. Wilcox \\u003cawilfox@adelielinux.org\\u003e", - "originator": "Person: A. Wilcox \\u003cawilfox@adelielinux.org\\u003e", + "supplier": "Person: A. Wilcox ", + "originator": "Person: A. Wilcox ", "downloadLocation": "http://libvncserver.sourceforge.net/", "filesAnalyzed": false, "sourceInfo": "acquired package info from APK DB: /lib/apk/db/installed", @@ -2489,7 +2489,7 @@ exports[`SPDX JSON alpine 1`] = ` { "referenceCategory": "PACKAGE-MANAGER", "referenceType": "purl", - "referenceLocator": "pkg:apk/alpine/libvncserver@0.9.9?arch=x86_64\\u0026distro=alpine-3.12.0" + "referenceLocator": "pkg:apk/alpine/libvncserver@0.9.9?arch=x86_64&distro=alpine-3.12.0" } ] }, @@ -2510,7 +2510,7 @@ exports[`SPDX JSON alpine 1`] = ` { "referenceCategory": "PACKAGE-MANAGER", "referenceType": "purl", - "referenceLocator": "pkg:oci/localhost:5000/match-coverage/alpine@sha256:redacted?arch=amd64\\u0026tag=latest" + "referenceLocator": "pkg:oci/localhost:5000/match-coverage/alpine@sha256:redacted?arch=amd64&tag=latest" } ], "primaryPackagePurpose": "CONTAINER" @@ -2743,8 +2743,8 @@ exports[`SPDX JSON debian 1`] = ` "name": "apt", "SPDXID": "redacted", "versionInfo": "1.8.2", - "supplier": "Person: APT Development Team \\u003cdeity@lists.debian.org\\u003e", - "originator": "Person: APT Development Team \\u003cdeity@lists.debian.org\\u003e", + "supplier": "Person: APT Development Team ", + "originator": "Person: APT Development Team ", "downloadLocation": "NOASSERTION", "filesAnalyzed": false, "sourceInfo": "acquired package info from DPKG DB: /var/lib/dpkg/status", @@ -2760,7 +2760,7 @@ exports[`SPDX JSON debian 1`] = ` { "referenceCategory": "PACKAGE-MANAGER", "referenceType": "purl", - "referenceLocator": "pkg:deb/debian/apt@1.8.2?arch=amd64\\u0026upstream=apt-dev\\u0026distro=debian-8" + "referenceLocator": "pkg:deb/debian/apt@1.8.2?arch=amd64&upstream=apt-dev&distro=debian-8" } ] }, @@ -3083,8 +3083,8 @@ exports[`SPDX JSON debian 1`] = ` "name": "npm", "SPDXID": "redacted", "versionInfo": "6.14.6", - "supplier": "Person: Isaac Z. Schlueter \\u003ci@izs.me\\u003e (http://blog.izs.me)", - "originator": "Person: Isaac Z. Schlueter \\u003ci@izs.me\\u003e (http://blog.izs.me)", + "supplier": "Person: Isaac Z. Schlueter (http://blog.izs.me)", + "originator": "Person: Isaac Z. Schlueter (http://blog.izs.me)", "downloadLocation": "https://github.com/npm/cli", "filesAnalyzed": false, "homepage": "https://docs.npmjs.com/", @@ -3123,7 +3123,7 @@ exports[`SPDX JSON debian 1`] = ` { "referenceCategory": "PACKAGE-MANAGER", "referenceType": "purl", - "referenceLocator": "pkg:oci/localhost:5000/match-coverage/debian@sha256:redacted?arch=amd64\\u0026tag=latest" + "referenceLocator": "pkg:oci/localhost:5000/match-coverage/debian@sha256:redacted?arch=amd64&tag=latest" } ], "primaryPackagePurpose": "CONTAINER"