diff mbox series

[05/12] index.html: Add description to CVE trends section

Message ID 20240508153131.94270-6-ninette@thehoodiefirm.com
State New
Headers show
Series M12: Improve the Charts in the Metrics View | expand

Commit Message

Ninette Adhikari May 8, 2024, 3:31 p.m. UTC
From: Alex Feyerke <hello@alexfeyerke.com>

Also moves the chart out of the section element so it can be displayed at full page width.

Signed-off-by: Alex Feyerke <hello@alexfeyerke.com>
---
 patch-status/index.html | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index f95fb692..09299910 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -161,9 +161,17 @@  SPDX-License-Identifier: MIT
     </section>
 
     <section>
-      <h3>CVE Trends for OE-Core/Poky</h3>
-      <div id='cve_chart' style='height:400px;'></div>
+      <h2>CVE Trends for <code>OE-Core/Poky</code></h2>
+      <p>
+        This graph shows the trends of CVEs affecting the <code>OE-Core/Poky</code> repository over time.</p>
+      <p>
+        It shows how many vulnerabilities have been identified within the <code>OE-Core/Poky</code> repository, per branch.
+        The colored lines show the trend of CVEs for each branch, allowing you to see how vulnerabilities evolve over time.
+      </p>
     </section>
+
+    <div id='cve_chart' style='height:400px;'></div>
+
     <section>
       <h3>Current Patch Status Pie</h3>
       <div id='pie_chart' style='height:300px; width: 600px;'></div>