From b1085c10f5c6256e51f6d0cbe58001ee3132a4ff Mon Sep 17 00:00:00 2001 From: 0xMarcio Date: Wed, 17 Dec 2025 15:04:14 +0100 Subject: [PATCH] Add legacy PoC search page and nav link --- docs/index.html | 1 + docs/search/index.html | 52 ++++++++++++++++++++++++++++++++++++++++++ templates/base.html | 1 + 3 files changed, 54 insertions(+) create mode 100644 docs/search/index.html diff --git a/docs/index.html b/docs/index.html index 21bc0e0d02..31ba672a55 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,7 @@ KEV EPSS Diffs + Search diff --git a/docs/search/index.html b/docs/search/index.html new file mode 100644 index 0000000000..376286a640 --- /dev/null +++ b/docs/search/index.html @@ -0,0 +1,52 @@ + + + + + + + + PoC Search - CVE Radar + + +
+ + +
+ + + diff --git a/templates/base.html b/templates/base.html index 3678731f3f..429c5c776d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,6 +15,7 @@ KEV EPSS Diffs + Search