Skip to content

Commit b9865e0

Browse files
authored
Merge pull request #3104 from CVEProject/content-rjr-3096
#3096 Update FAQ, Related Efforts, Relationships w/Partners
2 parents 11ae77e + f04ecb3 commit b9865e0

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/assets/data/faqs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"questionId": "cve_nvd_relationship",
105105
"questionText": "What is the relationship between CVE and the NVD (U.S. National Vulnerability Database)",
106106
"questionResponseParagraphs": [
107-
"<a href='/'>CVE</a> and <a href='https://nvd.nist.gov/' target='_blank'>NVD</a> are two separate programs. The CVE List was launched by the MITRE Corporation as a community effort in 1999. The U.S. National Vulnerability Database (NVD) was launched by the National Institute of Standards and Technology (NIST) in 2005. While separate, output from both programs is available to the public and free to use."
107+
"<a href='/'>CVE</a> and <a href='https://nvd.nist.gov/' target='_blank'>NVD</a> are two separate programs. The CVE List was launched by the MITRE Corporation as a community effort in 1999. The U.S. National Vulnerability Database (NVD) was launched by the National Institute of Standards and Technology (NIST) in 2005. The CVE List feeds NVD, which historically has built upon the information included in CVE Records to provide enhanced information for each record in its database. While separate, output from both programs is available to the public and free to use."
108108
]
109109
}
110110
]

src/views/About/RelatedEfforts.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
<router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryCVEList'>CVE List</router-link>
2121
was launched by
2222
<router-link to="/ResourcesSupport/FAQs#pc_introMITRE_role_in_cve">The MITRE Corporation</router-link>
23-
as a community effort in 1999. While separate, output from both programs is available to the public and free to use.
23+
as a community effort in 1999. The CVE List feeds NVD, which historically has built upon the information included
24+
in CVE Records to provide enhanced information for each record in its database. While separate, output from both
25+
programs is available to the public and free to use.
2426
</p>
2527
<h2 :id="cvenavs['About']['submenu']['Related Efforts']['items']['Common Vulnerability Scoring System (CVSS)']['anchorId']"
2628
class="title">

src/views/ProgramOrganization/ProgramRelationshipwithPartners.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
<a href="https://nvd.nist.gov/" target="_blank">NVD</a>
7575
is a vulnerability database operated by the
7676
<a href="https://www.nist.gov/" target="_blank">National Institute of Standards and Technology (NIST)</a>.
77-
The content of
77+
The CVE List feeds NVD, which historically has built upon the information included in
7878
<router-link to="/ResourcesSupport/Glossary?activeTerm=glossaryRecord">CVE Records</router-link>
79-
is consumed by NVD.
79+
to provide enhanced information for each record in its database.
8080
</p>
8181
<h2 :id="cvenavs['Program Organization']['submenu']['Program Relationship with Partners']['items']
8282
['Additional Resources']['anchorId']" class="title">

0 commit comments

Comments
 (0)