Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cmd/osv-scanner/scan/image/__snapshots__/command_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Scanning local image tarball "./testdata/test-ubuntu.tar"


Container Scanning Result (Ubuntu 22.04.5 LTS) (Based on "ubuntu" image):
Total 30 packages affected by 100 known vulnerabilities (13 Critical, 25 High, 40 Medium, 9 Low, 13 Unknown) from 1 ecosystem.
Total 30 packages affected by 100 known vulnerabilities (13 Critical, 26 High, 41 Medium, 9 Low, 11 Unknown) from 1 ecosystem.
44 vulnerabilities can be fixed.


Expand Down Expand Up @@ -515,7 +515,7 @@ Scanning local image tarball "./testdata/test-ubuntu.tar"


Container Scanning Result (Ubuntu 22.04.5 LTS) (Based on "ubuntu" image):
Total 30 packages affected by 100 known vulnerabilities (13 Critical, 25 High, 40 Medium, 9 Low, 13 Unknown) from 1 ecosystem.
Total 30 packages affected by 100 known vulnerabilities (13 Critical, 26 High, 41 Medium, 9 Low, 11 Unknown) from 1 ecosystem.
44 vulnerabilities can be fixed.


Expand Down Expand Up @@ -591,7 +591,7 @@ Scanning local image tarball "./testdata/test-ubuntu-with-packages.tar"


Container Scanning Result (Ubuntu 22.04.5 LTS) (Based on "ubuntu" image):
Total 31 packages affected by 102 known vulnerabilities (13 Critical, 27 High, 40 Medium, 9 Low, 13 Unknown) from 1 ecosystem.
Total 31 packages affected by 102 known vulnerabilities (13 Critical, 28 High, 41 Medium, 9 Low, 11 Unknown) from 1 ecosystem.
44 vulnerabilities can be fixed.


Expand Down
5 changes: 3 additions & 2 deletions cmd/osv-scanner/scan/source/__snapshots__/command_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5456,8 +5456,8 @@ Scanning dir ./testdata/locks-requirements/requirements.txt
Loaded PyPI local db from <tempdir>/osv-scalibr/PyPI/all.zip
Scanned <rootdir>/testdata/locks-requirements/requirements.txt file and found 3 packages

Total 3 packages affected by 19 known vulnerabilities (1 Critical, 4 High, 10 Medium, 4 Low, 0 Unknown) from 1 ecosystem.
19 vulnerabilities can be fixed.
Total 3 packages affected by 20 known vulnerabilities (1 Critical, 4 High, 11 Medium, 4 Low, 0 Unknown) from 1 ecosystem.
20 vulnerabilities can be fixed.

+-------------------------------------+------+-----------+----------+---------+---------------+----------------------------------------------+
| OSV URL | CVSS | ECOSYSTEM | PACKAGE | VERSION | FIXED VERSION | SOURCE |
Expand All @@ -5466,6 +5466,7 @@ Total 3 packages affected by 19 known vulnerabilities (1 Critical, 4 High, 10 Me
| https://osv.dev/GHSA-68w8-qjq3-2gfm | | | | | | |
| https://osv.dev/PYSEC-2026-1297 | 6.3 | PyPI | django | 1.11.29 | 4.2.16 | testdata/locks-requirements/requirements.txt |
| https://osv.dev/GHSA-rrqc-c2jx-6jgv | | | | | | |
| https://osv.dev/PYSEC-2026-3717 | 6.9 | PyPI | django | 1.11.29 | 5.2.17 | testdata/locks-requirements/requirements.txt |
| https://osv.dev/GHSA-3h9f-r86x-qvjx | 3.1 | PyPI | django | 1.11.29 | 5.2.16 | testdata/locks-requirements/requirements.txt |
| https://osv.dev/GHSA-6w2r-r2m5-xq5w | 7.1 | PyPI | django | 1.11.29 | 4.2.24 | testdata/locks-requirements/requirements.txt |
| https://osv.dev/GHSA-7xr5-9hcq-chf9 | 4.0 | PyPI | django | 1.11.29 | 4.2.22 | testdata/locks-requirements/requirements.txt |
Expand Down
Loading