From 6a8a659c519cd50a55e6a105fd038e1af26e4460 Mon Sep 17 00:00:00 2001 From: 0xMarcio Date: Wed, 17 Dec 2025 16:08:35 +0100 Subject: [PATCH] Fix PoC search and unify site theme --- docs/index.html | 4 +- docs/logic.js | 2 +- docs/search/index.html | 11 +++ docs/style.css | 174 +++++++++++++++-------------------- templates/base.html | 2 +- templates/epss.html | 2 +- templates/pipeline_base.html | 2 +- 7 files changed, 91 insertions(+), 106 deletions(-) diff --git a/docs/index.html b/docs/index.html index 31ba672a55..fd9d3e2592 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ CVE Intelligence - + @@ -26,7 +26,7 @@
EPSS 0.744 • 99th pct
-

An Out-of-bounds Write vulnerability in WatchGuard Fireware OS may allow a remote unauthenticated attacker to execute arbitrary code. This vulnerability affects both the Mobile User VPN with IKEv2 and the Branch Offic...

+

No description.

WatchGuard
Firebox
diff --git a/docs/logic.js b/docs/logic.js index 53c106ee1a..05d63b88c6 100644 --- a/docs/logic.js +++ b/docs/logic.js @@ -150,7 +150,7 @@ document.addEventListener('DOMContentLoaded', () => { } } - fetch('./CVE_list.json') + fetch('../CVE_list.json') .then(res => res.json()) .then(data => { window.dataset = data; diff --git a/docs/search/index.html b/docs/search/index.html index 376286a640..2391f76376 100644 --- a/docs/search/index.html +++ b/docs/search/index.html @@ -8,6 +8,17 @@ PoC Search - CVE Radar +