Skip to content

Commit d1ecf20

Browse files
test: update git scan snapshot
Co-authored-by: another-rex <106129829+another-rex@users.noreply.github.com>
1 parent f85de74 commit d1ecf20

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

cmd/osv-scanner/scan/image/__snapshots__/command_test.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,8 +1048,8 @@ Scanning local image tarball "./testdata/test-node_modules-npm-full.tar"
10481048
10491049
10501050
Container Scanning Result (Alpine Linux v3.19) (Based on "library/node" image):
1051-
Total 4 packages affected by 17 known vulnerabilities (3 Critical, 3 High, 9 Medium, 2 Low, 0 Unknown) from 2 ecosystems.
1052-
16 vulnerabilities can be fixed.
1051+
Total 4 packages affected by 18 known vulnerabilities (3 Critical, 3 High, 10 Medium, 2 Low, 0 Unknown) from 2 ecosystems.
1052+
17 vulnerabilities can be fixed.
10531053
10541054
10551055
npm
@@ -1059,7 +1059,7 @@ npm
10591059
| PACKAGE | INSTALLED VERSION | FIX AVAILABLE | VULN COUNT | INTRODUCED LAYER | IN BASE IMAGE |
10601060
+----------+-------------------+------------------+------------+------------------+---------------+
10611061
| cryo | 0.0.6 | No fix available | 1 | # 14 Layer | -- |
1062-
| minimist | 0.0.8 | Fix Available | 1 | # 13 Layer | -- |
1062+
| minimist | 0.0.8 | Fix Available | 2 | # 13 Layer | -- |
10631063
+----------+-------------------+------------------+------------+------------------+---------------+
10641064
Alpine:v3.19
10651065
+------------------------------------------------------------------------------------------------------------------------------+
@@ -2899,7 +2899,7 @@ Scanning local image tarball "./testdata/test-alpine-etcshadow.tar"
28992899
"index": 13
29002900
}
29012901
},
2902-
"groups": 1,
2902+
"groups": 2,
29032903
"vulnerabilities": [
29042904
"GHSA-vh95-rmgr-6w4m",
29052905
"GHSA-xvch-5gv4-984h"

pkg/osvscanner/__snapshots__/osvscanner_test.snap

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636
},
3737
"ranges": [
3838
{
39+
"database_specific": {
40+
"versions": [
41+
{
42+
"introduced": "0"
43+
},
44+
{
45+
"last_affected": "1.2.4"
46+
}
47+
]
48+
},
3949
"events": [
4050
{
4151
"introduced": "0"
@@ -66,7 +76,7 @@
6676
],
6777
"details": "cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aes_decrypt_message in symmetric_encryption.py.",
6878
"id": "CVE-2025-63675",
69-
"modified": "2025-12-11T11:54:27.991298Z",
79+
"modified": "2026-03-14T12:45:39.021698Z",
7080
"published": "2025-10-31T07:15:38.283Z",
7181
"references": [
7282
{
@@ -78,7 +88,7 @@
7888
"url": "https://github.com/javiermorales36/cryptidy-analysis"
7989
}
8090
],
81-
"schema_version": "1.7.3",
91+
"schema_version": "1.7.5",
8292
"severity": [
8393
{
8494
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",

0 commit comments

Comments
 (0)