From bff79bf8b102e4260d2a3aa39b375267f89ff853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:40:16 +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 95101d0..7be4f3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-07-11_

Critical: 0
High: 13
Medium: 46
Low: 14

Total: 73 +_Last scan: 2026-07-12_

Critical: 0
High: 13
Medium: 46
Low: 11

Total: 70 diff --git a/data/last-scan.json b/data/last-scan.json index b75eb51..bb512f8 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-07-11", - "low": 14, + "date": "2026-07-12", + "low": 11, "medium": 46, "high": 13, "critical": 0, - "total": 73 + "total": 70 }