Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3327 Update CVE Services page #3328

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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