From fa0e15642aa34a3e1d08cdfeb8dbd978dd02b617 Mon Sep 17 00:00:00 2001 From: JannisBush <33023300+JannisBush@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:42:53 +0100 Subject: [PATCH] Fix AVASTIUM and TREND-MIRCO links --- index.src.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.src.html b/index.src.html index 9401d6b..fe15f50 100644 --- a/index.src.html +++ b/index.src.html @@ -83,11 +83,11 @@

Private Network Access

}, "AVASTIUM": { - "href": "https://code.google.com/p/google-security-research/issues/detail?id=679", + "href": "https://bugs.chromium.org/p/project-zero/issues/detail?id=679", "title": "Avast: A web-accessible RPC endpoint can launch 'SafeZone' (also called Avastium), a Chromium fork with critical security checks removed." }, "TREND-MICRO": { - "href": "https://code.google.com/p/google-security-research/issues/detail?id=693", + "href": "https://bugs.chromium.org/p/project-zero/issues/detail?id=693", "title": "TrendMicro node.js HTTP server listening on localhost can execute commands" },