From b69f62fef72564145270d245d1a7b1f92e7b41ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:07:39 +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 4f02209..4cac102 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-07-06_

Critical: 0
High: 13
Medium: 50
Low: 17

Total: 80 +_Last scan: 2026-07-07_

Critical: 0
High: 13
Medium: 49
Low: 17

Total: 79 diff --git a/data/last-scan.json b/data/last-scan.json index 44a36fb..41b0ee2 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-07-06", + "date": "2026-07-07", "low": 17, - "medium": 50, + "medium": 49, "high": 13, "critical": 0, - "total": 80 + "total": 79 }