From a02d1ba223145090f5772a80b42e90a20f7fa5ec Mon Sep 17 00:00:00 2001 From: TayfurYldz <238304586+TayfurYldz@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:16:26 +0300 Subject: [PATCH 1/2] docs: add go-pkcs12 fix reference --- .../2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json b/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json index a50ceb79bd76..fe7648f99717 100644 --- a/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json +++ b/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-mpwr-8vm7-h73f", - "modified": "2026-08-17T21:56:01Z", + "modified": "2026-09-15T21:15:25Z", "published": "2026-08-17T21:56:01Z", "aliases": [], "summary": "package pkcs12: Authentication bypass in Decode functions", @@ -45,6 +45,10 @@ { "type": "WEB", "url": "https://openssl-library.org/news/vulnerabilities/#CVE-2026-34181" + }, + { + "type": "FIX", + "url": "https://github.com/SSLMate/go-pkcs12/commit/03c441f6b0267f695ca02464133c0b373bf4dd55" } ], "database_specific": { @@ -56,4 +60,4 @@ "github_reviewed_at": "2026-08-17T21:56:01Z", "nvd_published_at": null } -} \ No newline at end of file +} From d6e8f689c825df7c33d0ee05c8d893ef10598427 Mon Sep 17 00:00:00 2001 From: TayfurYldz <238304586+TayfurYldz@users.noreply.github.com> Date: Wed, 16 Sep 2026 01:21:40 +0300 Subject: [PATCH 2/2] docs: align fix reference type with GHSA convention --- .../2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json b/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json index fe7648f99717..691b0a766ae2 100644 --- a/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json +++ b/advisories/github-reviewed/2026/08/GHSA-mpwr-8vm7-h73f/GHSA-mpwr-8vm7-h73f.json @@ -47,7 +47,7 @@ "url": "https://openssl-library.org/news/vulnerabilities/#CVE-2026-34181" }, { - "type": "FIX", + "type": "WEB", "url": "https://github.com/SSLMate/go-pkcs12/commit/03c441f6b0267f695ca02464133c0b373bf4dd55" } ],