Files
CVEs-PoC/docs/cve/index.html
2025-12-17 20:24:46 +01:00

64 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CVE Details - CVE PoC Hub</title>
<link rel="stylesheet" href="/style.css" />
<script defer src="/assets/cve.js"></script>
</head>
<body>
<header class="site-header">
<div class="wrap">
<div class="brand"><a href="/">CVE PoC Hub</a></div>
<nav>
<a href="/search/">PoC Search</a>
<a href="/kev/">KEV</a>
<a href="/epss/">EPSS</a>
</nav>
</div>
</header>
<main class="wrap" id="cve-page">
<section class="hero">
<p class="eyebrow">CVE detail</p>
<h1 id="cve-title">Loading…</h1>
<p class="lede" id="cve-summary">Fetching CVE data.</p>
<div class="pill-row tight" id="cve-meta"></div>
</section>
<section class="section" id="cve-details" style="display:none;">
<h2>Overview</h2>
<div class="subtle-grid" id="cve-facts"></div>
<h2>PoC Links</h2>
<div id="cve-pocs" class="table-responsive">
<table class="list">
<thead><tr><th>Link</th></tr></thead>
<tbody id="cve-poc-rows"></tbody>
</table>
</div>
<div id="kev-section" style="display:none;">
<h2>KEV details</h2>
<div class="table-responsive">
<table class="list">
<tbody id="kev-rows"></tbody>
</table>
</div>
</div>
</section>
<section class="section" id="not-found" style="display:none;">
<h2>Not found</h2>
<p class="muted">We could not find this CVE in the API or CVE_list.json. Check the identifier and try again.</p>
</section>
</main>
<footer class="site-footer">
<div class="wrap">
<span>Fast CVE triage without the noise.</span>
<span><a href="https://github.com/0xMarcio/cve">GitHub repo</a></span>
</div>
</footer>
</body>
</html>