From 080958a7b08a4f82c846965569ad895fa3bfb337 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:19:20 +0000 Subject: [PATCH] chore: refresh vuln summary (README + JSON) --- README.md | 2 +- data/last-scan.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8af6763..7c29e7c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-06-07_

Critical: 0
High: 10
Medium: 1370
Low: 50

Total: 1430 +_Last scan: 2026-06-07_

Critical: 0
High: 10
Medium: 36
Low: 9

Total: 55 diff --git a/data/last-scan.json b/data/last-scan.json index 5692ef3..b789cfc 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { "date": "2026-06-07", - "low": 50, - "medium": 1370, + "low": 9, + "medium": 36, "high": 10, "critical": 0, - "total": 1430 + "total": 55 }