From 891162f841513403d7c570128256cede310f562c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:31:40 +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 1622a53..82eda92 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## 🔒 Vulnerability Summary -_Last scan: 2026-07-28_

Critical: 0
High: 13
Medium: 31
Low: 12

Total: 56 +_Last scan: 2026-07-29_

Critical: 0
High: 13
Medium: 32
Low: 12

Total: 57 diff --git a/data/last-scan.json b/data/last-scan.json index 8aa1ee0..7a372e1 100644 --- a/data/last-scan.json +++ b/data/last-scan.json @@ -1,8 +1,8 @@ { - "date": "2026-07-28", + "date": "2026-07-29", "low": 12, - "medium": 31, + "medium": 32, "high": 13, "critical": 0, - "total": 56 + "total": 57 }