From 2516271daf394c4041484862be39c19df52a5ede Mon Sep 17 00:00:00 2001 From: Marco Verleun Date: Tue, 7 Nov 2023 16:45:04 +0100 Subject: [PATCH] Narrow --- slides/sbom/sboms.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/slides/sbom/sboms.md b/slides/sbom/sboms.md index 53f54d6..a207144 100644 --- a/slides/sbom/sboms.md +++ b/slides/sbom/sboms.md @@ -118,11 +118,11 @@ Knowing upfront which CVE's could be deployed is a check that can be done easily ✔ Scanned for vulnerabilities [1644 vulnerability matches] ├── by severity: 19 critical, 335 high, 473 medium, 74 low, 721 negligible (22 unknown) └── by status: 261 fixed, 1383 not-fixed, 0 ignored -NAME INSTALLED FIXED-IN TYPE VULNERABILITY SEVERITY -apt 2.2.4 deb CVE-2011-3374 Negligible -bash 5.1-2+deb11u1 (won't fix) deb CVE-2022-3715 High -binutils 2.35.2-2 deb CVE-2023-25588 Negligible -binutils 2.35.2-2 deb CVE-2023-25586 Negligible +NAME INSTALLED FIXED-IN TYPE VULNERABILITY SEVERITY +apt 2.2.4 deb CVE-2011-3374 Negligible +bash 5.1-2+deb11u1 (won't fix) deb CVE-2022-3715 High +binutils 2.35.2-2 deb CVE-2023-25588 Negligible +binutils 2.35.2-2 deb CVE-2023-25586 Negligible ``` ---