mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-16 00:18:04 +02:00
Polish EPSS wording, no GPT-y labels
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>EPSS standouts (outside KEV)</h1>
|
||||
<h1>EPSS picks not in KEV</h1>
|
||||
<div class="card-grid">
|
||||
<article class="card">
|
||||
<div class="card-title"><a href="/cve/CVE-2025-9316.html">CVE-2025-9316</a></div>
|
||||
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>EPSS standouts (outside KEV)</h1>
|
||||
<h1>EPSS highlights</h1>
|
||||
<p class="muted">This list focuses on CVEs not present in KEV.</p>
|
||||
<input type="search" placeholder="Filter CVE" data-filter-table="epss-table" class="filter" />
|
||||
<div class="table-responsive">
|
||||
<table class="list" id="epss-table">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>EPSS standouts (outside KEV)</h1>
|
||||
<h1>EPSS picks not in KEV</h1>
|
||||
<div class="card-grid">
|
||||
{% for item in data.high_epss[:15] %}
|
||||
<article class="card">
|
||||
|
||||
Reference in New Issue
Block a user