Skip to content

Commit 37d3bac

Browse files
authored
Merge pull request #210 from CVEProject/npo-192
#192 Content updates to glossary page
2 parents 1f2db92 + 51a7567 commit 37d3bac

4 files changed

Lines changed: 11 additions & 15 deletions

File tree

src/assets/data/faqs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"questionId": "what_is_cve_record",
167167
"questionText": "What is a CVE Record",
168168
"questionResponseParagraphs": [
169-
"A CVE Record is the descriptive data about a <a href='/About/Glossary?activeTerm=glossaryVulnerability'>vulnerability</a> associated with a CVE ID, provided by a <a href='/About/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a>, and enriched by <a href='/About/Glossary?activeTerm=glossaryADP'>Authorized Data Publishers (ADPs)</a>. This data is provided in multiple human and machine-readable formats.",
169+
"A CVE Record is the descriptive data about a <a href='/About/Glossary?activeTerm=glossaryVulnerability'>vulnerability</a> associated with a CVE ID, provided by a <a href='/About/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a>, and enriched by Authorized Data Publishers (ADPs). This data is provided in multiple human and machine-readable formats.",
170170
"See <a href='/About/Process#CVE_Records'>CVE Process</a> for additional information."
171171
]
172172
},

src/assets/data/glossaryEntries.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[
2-
{
3-
"id": "glossaryADP",
4-
"term": "Authorized Data Publisher (ADP)",
5-
"definition": "An organization authorized within the <span class='cve-term-reference'>CVE Program</span> to enrich a <span class='cve-term-reference'>CVE Record</span> previously published by a CNA with additional, related information (e.g., risk scores, affected product lists, and versions [i.e., references, translations]) within a defined Scope."
6-
},
2+
73
{
84
"id": "glossaryCVE",
95
"term": "CVE",
@@ -16,7 +12,7 @@
1612
},
1713
{
1814
"id": "glossaryCVEID",
19-
"term": "CVE ID",
15+
"term": "CVE Identifier (CVE ID)",
2016
"definition": "A unique, alphanumeric identifier assigned by the <span class='cve-term-reference'>CVE Program</span>. Each identifier references a specific vulnerability. A CVE ID enables automation and multiple parties to discuss, share, and correlate information about a specific vulnerability, knowing they are referring to the same thing."
2117
},
2218
{
@@ -37,12 +33,12 @@
3733
{
3834
"id": "glossaryProgram",
3935
"term": "CVE Program",
40-
"definition": "An international, community-driven effort to catalog <span class='cve-term-reference'>Vulnerabilities</span> in accordance with the effort’s rules and guidelines."
36+
"definition": "An international, community-driven effort to catalog <span class='cve-term-reference'>vulnerabilities</span> in accordance with the effort’s rules and guidelines."
4137
},
4238
{
4339
"id": "glossaryRecord",
4440
"term": "CVE Record",
45-
"definition": "The descriptive data about a <span class='cve-term-reference'>Vulnerability</span> associated with a <span class='cve-term-reference'>CVE ID</span>, provided by a <span class='cve-term-reference'>CNA</span>, and enriched by <span class='cve-term-reference'>ADPs</span>. This data is provided in multiple human and machine-readable formats. <p>A CVE Record is associated with one of the following states:</p><ul class='cve-term-definition-list'><li><span class='cve-term-reference'>Reserved</span>: The initial state for a CVE Record; when the associated CVE ID is Reserved by a CNA.</li><li><span class='cve-term-reference'>Published</span>: When a CNA populates the data associated with a CVE ID as a CVE Record, the state of the CVE Record is Published. The associated data must contain an identification number (CVE ID), a prose description, and at least one public reference.</li><li><span class='cve-term-reference'>Rejected</span>: If the CVE ID and associated CVE Record should no longer be used, the CVE Record is placed in the Rejected state. A Rejected CVE Record remains on the CVE List so that users can know when it is invalid.</li></ul><p>See also:</p><ul class='cve-term-definition-list'><li>The full requirements for a CVE Record can be found in Section 8.1. CVE Entry Information Requirements of the CNA Rules document. Data elements within a CVE Record are defined in Section 7. Assignment Rules of the CNA Rules document.</li><li>See Section 8.3 Reference Requirements of the CNA Rules for the requirements for the <span class='cve-term-reference'>CVE Program</span> to consider a CVE ID public.</li></ul>"
41+
"definition": "The descriptive data about a <span class='cve-term-reference'>Vulnerability</span> associated with a <span class='cve-term-reference'>CVE ID</span>, provided by a <span class='cve-term-reference'>CNA</span>. This data is provided in multiple human and machine-readable formats. <p>A CVE Record is associated with one of the following states:</p><ul class='cve-term-definition-list'><li><span class='cve-term-reference'>Reserved</span>: The initial state for a CVE Record; when the associated CVE ID is Reserved by a CNA.</li><li><span class='cve-term-reference'>Published</span>: When a CNA populates the data associated with a CVE ID as a CVE Record, the state of the CVE Record is Published. The associated data must contain an identification number (CVE ID), a prose description, and at least one public reference.</li><li><span class='cve-term-reference'>Rejected</span>: If the CVE ID and associated CVE Record should no longer be used, the CVE Record is placed in the Rejected state. A Rejected CVE Record remains on the CVE List so that users can know when it is invalid.</li></ul><p>See also:</p><ul class='cve-term-definition-list'><li>The full requirements for a CVE Record can be found in <a href='/ResourcesSupport/AllResources/CNARules#section_8-1_cve_entry_information_requirements'> Section 8.1. CVE Record Information Requirements of the CNA Rules</a> document. Data elements within a CVE Record are defined in <a href ='/ResourcesSupport/AllResources/CNARules#section_7_assignment_rules'> Section 7. Assignment Rules </a> of the CNA Rules document.</li><li>See <a href ='/ResourcesSupport/AllResources/CNARules#section_8-3_cve_entry_reference_requirements'> Section 8.3 Reference Requirements</a> of the CNA Rules for the requirements for the <span class='cve-term-reference'>CVE Program</span> to consider a CVE ID public.</li></ul>"
4642
},
4743
{
4844
"id": "glossaryWG",
@@ -56,8 +52,8 @@
5652
},
5753
{
5854
"id": "glossaryRoot",
59-
"term": "Root CNA",
60-
"definition": "An organization authorized within the <span class='cve-term-reference'>CVE Program</span> that is responsible, within a specific Scope, for the recruitment, training, and governance of one or more entities that are a CVE <span class='cve-term-reference'>CNA</span>, <span class='cve-term-reference'>CNA-LR</span>, an <span class='cve-term-reference'>ADP</span>, or another Root CNA."
55+
"term": "Root",
56+
"definition": "An organization authorized within the <span class='cve-term-reference'>CVE Program</span> that is responsible, within a specific Scope, for the recruitment, training, and governance of one or more entities that are a <span class='cve-term-reference'>CNA</span>, <span class='cve-term-reference'>CNA-LR</span>, or another Root."
6157
},
6258
{
6359
"id": "glossaryScope",
@@ -71,8 +67,8 @@
7167
},
7268
{
7369
"id": "glossaryTLRCNA",
74-
"term": "Top-Level Root CNA (TLR-CNA)",
75-
"definition": "A <span class='cve-term-reference'>Root CNA</span> that does not report to another Root CNA, and is thus responsible to the <span class='cve-term-reference'>CVE Board</span>."
70+
"term": "Top-Level Root (TL-Root)",
71+
"definition": "A <span class='cve-term-reference'>Root</span> that does not report to another Root, and is thus responsible to the <span class='cve-term-reference'>CVE Board</span>."
7672
},
7773
{
7874
"id": "glossaryVulnerability",

src/views/About/Process.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<div class="block">
127127
<p>A CVE Record is the descriptive data about a vulnerability associated with a CVE ID, provided by a CVE Numbering
128128
Authority (<router-link to='/About/Glossary?activeTerm=glossaryCNA'>CNA</router-link>), and enriched by
129-
Authorized Data Publishers (<router-link to='/About/Glossary?activeTerm=glossaryADP'>ADPs</router-link>).
129+
Authorized Data Publishers (ADPs).
130130
This data is provided in multiple human and machine-readable formats.
131131
</p>
132132
<p>Each CVE Record includes the following:</p>

src/views/PartnerInformation/Partner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
about the roles of organizations participating as <a href='/About/Glossary?activeTerm=glossaryVulnerability'>vulnerability</a>
1111
associated with a CVE ID, provided by a <a href='/About/Glossary?activeTerm=glossaryCNA'>CVE Numbering Authority (CNA)</a>,
1212
<a href='/About/Glossary?activeTerm=glossaryRoot'>Root CNAs</a>, and
13-
<a href='/About/Glossary?activeTerm=glossaryADP'>Authorized Data Publishers (ADPs)</a>.
13+
Authorized Data Publishers (ADPs).
1414
</p>
1515

1616
<div class="content pt-4 is-hidden-desktop">

0 commit comments

Comments
 (0)