Update search interface to simplify descriptions and adding new filter options

This commit is contained in:
0xMarcio
2025-12-18 04:03:42 +01:00
parent a14eef9000
commit 8f76f94f78
2 changed files with 10 additions and 11 deletions

View File

@@ -20,9 +20,8 @@
</header>
<main class="wrap">
<section class="hero" data-search-root>
<p class="eyebrow">CVE PoC search</p>
<h1>Find exploit writeups and PoCs instantly</h1>
<p class="lede">Search by CVE id, vendor, product, or keyword. Results are powered by the nightly CVE_list.json feed and link directly to PoC references.</p>
<p class="lede">Search by CVE id, vendor, product, or keyword.</p>
<div class="pill-row tight">
<span class="pill">Linked PoCs</span>
<span class="pill">MITRE CVE pages</span>
@@ -43,10 +42,10 @@
<thead>
<tr>
<td width="18%">
CVE
CVE
</td>
<td>
Description / PoC links
Description / PoC links
</td>
</tr>
</thead>

View File

@@ -3,17 +3,17 @@
{% block content %}
<section class="hero hero-signal" data-search-root>
<div class="hero-meta">
<h1>CVE PoC Hub</h1>
<p class="lede">Search PoCs, KEV, and EPSS quickly—no filler.</p>
<p class="lede">Search by CVE id, vendor, product, or keyword.</p>
<div class="pill-row tight">
<span class="pill">Linked PoCs</span>
<span class="pill">MITRE CVE pages</span>
<span class="pill">Vendor / product filters</span>
<span class="pill">Supports negative terms (e.g. <strong>-windows</strong>)</span>
</div>
</div>
<form class="searchForm" action="#">
<input type="text" class="search" placeholder="Search CVE, vendor, product, or keyword" autocomplete="off">
</form>
<div class="stat-row">
<div class="stat"><strong>{{ metrics.kev_total }}</strong><span>KEV entries tracked</span></div>
<div class="stat"><strong>{{ metrics.high_epss_count }}</strong><span>High-EPSS not in KEV</span></div>
<div class="stat"><strong>{{ metrics.recent_kev_count }}</strong><span>New KEV in last 30 days</span></div>
</div>
<div class="search-results" data-results style="display:none">
<div class="header">
<h2>Results</h2>