From 97124bf7844470978502de86d2fa6c34ce3ddf12 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 6 Jun 2026 10:58:09 +0000
Subject: [PATCH] chore: refresh vuln summary (README + JSON)
---
README.md | 2 +-
data/last-scan.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 38c56a7..46a38a9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
## 🔒 Vulnerability Summary
-_Last scan: 2026-06-05_
Critical: 0
High: 10
Medium: 38
Low: 6
Total: 54
+_Last scan: 2026-06-06_
Critical: 0
High: 10
Medium: 36
Low: 9
Total: 55
diff --git a/data/last-scan.json b/data/last-scan.json
index 4fd1134..9a07f2c 100644
--- a/data/last-scan.json
+++ b/data/last-scan.json
@@ -1,8 +1,8 @@
{
- "date": "2026-06-05",
- "low": 6,
- "medium": 38,
+ "date": "2026-06-06",
+ "low": 9,
+ "medium": 36,
"high": 10,
"critical": 0,
- "total": 54
+ "total": 55
}