Skip to content
Draft
5,188 changes: 4,782 additions & 406 deletions tools/apitester/__snapshots__/cassette_TestCommand.snap

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion tools/apitester/__snapshots__/cassette_TestCommandNonGit.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
[Test/cassette_TestCommandNonGit/TestCommandNonGit/one_specific_supported_lockfile - 1]
{
"results": [
{}
{
"query": {
"package": {
"name": "sentry/sdk",
"ecosystem": "Packagist"
},
"version": "2.0.4"
},
"vulns": []
}
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
{
"results": [
{
"query": {
"package": {
"name": "github.com/gogo/protobuf",
"ecosystem": "Go"
},
"version": "1.3.1"
},
"vulns": [
{
"id": "GHSA-c3h9-896r-86jm",
Expand All @@ -15,6 +22,13 @@
]
},
{
"query": {
"package": {
"name": "github.com/ipfs/go-bitfield",
"ecosystem": "Go"
},
"version": "1.0.0"
},
"vulns": [
{
"id": "GHSA-2h6c-j3gf-xp9r",
Expand All @@ -27,7 +41,18 @@
]
},
{
"query": {
"package": {
"name": "golang.org/x/image",
"ecosystem": "Go"
},
"version": "0.4.0"
},
"vulns": [
{
"id": "GHSA-44p7-9xx4-hf2g",
"modified": "<RFC3339 date with the year 2026>"
},
{
"id": "GHSA-9phm-fm57-rhg8",
"modified": "<RFC3339 date with the year 2026>"
Expand Down Expand Up @@ -63,6 +88,14 @@
{
"id": "GO-2026-4815",
"modified": "<RFC3339 date with the year 2026>"
},
{
"id": "GO-2026-4961",
"modified": "<RFC3339 date with the year 2026>"
},
{
"id": "GO-2026-4962",
"modified": "<RFC3339 date with the year 2026>"
}
]
}
Expand All @@ -75,6 +108,13 @@
{
"results": [
{
"query": {
"package": {
"name": "github.com/gogo/protobuf",
"ecosystem": "Go"
},
"version": "1.3.1"
},
"vulns": [
{
"id": "GHSA-c3h9-896r-86jm",
Expand All @@ -95,6 +135,13 @@
{
"results": [
{
"query": {
"package": {
"name": "github.com/gogo/protobuf",
"ecosystem": "Go"
},
"version": "1.3.1"
},
"vulns": [
{
"id": "GHSA-c3h9-896r-86jm",
Expand Down
Loading