From 9be413884d5217fcf4eb79f0cd869217169fafa2 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 23 Jul 2026 13:21:50 +0800 Subject: [PATCH] fix(advisory): correct pyasn1 package name The affected package points to the nonexistent pyssn1 project, while the upstream repository, release, and PyPI artifact all use pyasn1. Correct the package identifier so ecosystem matching reaches the affected project. --- .../2026/07/GHSA-m4p7-r5rc-7g4j/GHSA-m4p7-r5rc-7g4j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advisories/github-reviewed/2026/07/GHSA-m4p7-r5rc-7g4j/GHSA-m4p7-r5rc-7g4j.json b/advisories/github-reviewed/2026/07/GHSA-m4p7-r5rc-7g4j/GHSA-m4p7-r5rc-7g4j.json index 41ceeb0696053..5bb7ac76346fb 100644 --- a/advisories/github-reviewed/2026/07/GHSA-m4p7-r5rc-7g4j/GHSA-m4p7-r5rc-7g4j.json +++ b/advisories/github-reviewed/2026/07/GHSA-m4p7-r5rc-7g4j/GHSA-m4p7-r5rc-7g4j.json @@ -18,7 +18,7 @@ { "package": { "ecosystem": "PyPI", - "name": "pyssn1" + "name": "pyasn1" }, "ranges": [ {