Skip to content

Commit

Permalink
#3327 Update CVE Services page (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
rroberge authored Dec 10, 2024
1 parent 0814647 commit cc5a4bc
Showing 1 changed file with 32 additions and 19 deletions.
51 changes: 32 additions & 19 deletions src/views/ResourcesSupport/AllResources/CveServices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
</p>
<h3 class="title" :id="pagePath['Overview']['items']['Current Status'].anchorId">Current Status</h3>
<p>
On May 9, 2024, the CVE Program released
<a href="https://github.com/CVEProject/cve-schema/blob/master/README.md" target="_blank">CVE Record Format 5.1.0</a>
(view
<a href="https://github.com/CVEProject/cve-schema/releases/tag/v5.1.0" target="_blank">release notes</a>)
and
<a href="https://github.com/CVEProject/cve-services/releases/tag/v2.3.0" target="_blank">CVE Services 2.3.0</a>
(view
<a href="https://github.com/CVEProject/cve-services/releases/tag/v2.3.0" target="_blank">release notes</a>).
CVE Services was updated to support the new version of the CVE Record Format. Read the full announcement
<router-link to="/Media/News/item/blog/2024/05/09/CVE-Record-Format-CVE-Services-Updated">here</router-link>.
<ul>
<li>
<a href="https://github.com/CVEProject/cve-schema/blob/master/README.md" target="_blank">CVE Record Format 5.1.1</a>
(view <a href="https://github.com/CVEProject/cve-schema/releases/tag/v5.1.1" target="_blank">release notes</a>)
</li>
<li>
<a href="https://github.com/CVEProject/cve-services/releases/tag/v2.5.0" target="_blank">CVE Services 2.5</a>
(view <a href="https://github.com/CVEProject/cve-services/releases/tag/v2.5.0" target="_blank">release notes</a>)
</li>
</ul>
</p>
<h4 class="title">Known Issues</h4>
<p>
Expand Down Expand Up @@ -119,7 +119,7 @@
</section>
<p class="mt-2">
For a detailed explanation of CVE Services and the services architecture, watch the “Introduction to CVE Services (2022)” and
“CVE Services (2023)” videos:
“CVE Services (2023)” videos. For the most recent updates, watch the “CVE Services Infrastructure Updates (2024)” video.
</p>
<figure class="image is3by2">
<iframe class="has-ratio" src="https://www.youtube.com/embed/K2OoRpDhzss" title="Introduction to New CVE Services" frameborder="0"
Expand All @@ -131,6 +131,11 @@
allowfullscreen>
</iframe>
</figure>
<figure class="image is3by2">
<iframe class="has-ratio" src="https://www.youtube.com/embed/7KhR7zC43TQ?si=TlenK-8vIfmZ8cgA"
title="CVE Services Infrastructure Updates (2024)" frameborder="0" allowfullscreen>
</iframe>
</figure>
<h3 :id="pagePath['Overview']['items']['CVE Record Format'].anchorId" class="title">CVE Record Format</h3>
<p id="cve-json-5"></p>
<p>
Expand Down Expand Up @@ -161,15 +166,15 @@
allowfullscreen>dcEJ2t2jwhE
</iframe>
</figure>


<h4 class="title">Current Version of CVE Record Format Schema</h4>
<p>
The current official version of the CVE Record Format Schema in CVE JSON is
<a href="https://github.com/CVEProject/cve-schema/releases/tag/v5.1.0" target="_blank">Version 5.1.0</a>.
<a href="https://github.com/CVEProject/cve-schema/releases/tag/v5.1.1" target="_blank">Version 5.1.1</a>.
</p>
<p>
A single schema file with bundled dependencies is available
<a href="schema/docs/CVE_Record_Format_bundled.json" target="_blank">here</a>
in the
A single schema file with bundled dependencies is available in the
<a href="https://github.com/CVEProject/cve-schema" target="_blank">cve-schema repository</a>
on GitHub.
</p>
Expand Down Expand Up @@ -257,6 +262,14 @@
frameborder="0" allowfullscreen>
</iframe>
</figure>
<p>
Learn about CVE Record hygiene in this video:
</p>
<figure class="image is3by2">
<iframe class="has-ratio" src="https://www.youtube.com/embed/-KI4MsBrtF0?si=Yvzqy1uWiYdGBiRv" title="CVE Record Hygiene (2024)"
frameborder="0" allowfullscreen>
</iframe>
</figure>
<p>
Learn how to use CVE Services to retrieve a list of your RESERVED CVE IDs
<router-link to="/ResourcesSupport/FAQs#pc_cnaretrieve_reserve_cve_ids_list">here</router-link>.
Expand Down Expand Up @@ -636,8 +649,8 @@
<p>CVE Record Format resources hosted on GitHub:</p>
<ul>
<li>
<a href="https://github.com/CVEProject/cve-schema/blob/master/schema/CVE_Record_Format.json" target="_blank">
CVE JSON 5.1.0 Schema (Current Version)
<a href="https://github.com/CVEProject/cve-schema/releases" target="_blank">
CVE JSON 5.1.1 Schema (Current Version)
</a>
</li>
<li>
Expand Down Expand Up @@ -667,8 +680,8 @@
<p>Other helpful resources:</p>
<ul>
<li>
<a href='Resources/General/CVE-Workshop-Presentations-Fall-2023.pdf'>
CVE Program Workshop Presentations Fall 2023 (PDF, 2.5MB)</a>
<a href="https://www.youtube.com/playlist?list=PLWfD9RQVdJ6c4D_PAvO9hgtQSDTD2epOo" target="_blank">
CVE Program CNA Workshop 2024 (15 Videos)</a>
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLWfD9RQVdJ6cWmIHqUIiJ_A5i1DrtG0wI" target="_blank">
Expand Down

0 comments on commit cc5a4bc

Please sign in to comment.