Skip to content

Commit d48bfca

Browse files
#3160 update search FAQS
1 parent cf2f8ad commit d48bfca

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/assets/data/faqs.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,7 @@
272272
"questionText": "How do I search the CVE List",
273273
"questionResponseParagraphs": [
274274
"<b><i>Search Tips<i></b>",
275-
"<ul><li>By CVE ID<ul><li>Must include only one CVE ID per search.</li><li>CVE ID must include all letters, numbers, and hyphens associated with the CVE ID, e.g., CVE-2024-12345678.</li><li>“CVE” may be entered as “cve”, “CVE”, or as a combination of uppercase and lowercase, as casing is ignored during search.</li></ul></li><li>By other keyword(s)<ul><li>Must contain only alphanumeric characters.</li><li>May contain one or more keywords, separated by a space.</li><li>Keywords may be entered in lowercase, uppercase, or a combination of both. Casing is ignored during search, e.g., Vulnerabilities, vulnerabilities, VULNERABILITIES.</li></ul></li></ul>",
276-
"<strong>2. Other CVE List search options</strong>",
277-
"<ul><li>Search by keyword(s) across <a href='https://github.com/CVEProject/cvelistV5' target='_blank'>ALL FIELDS of all CVE Records</a> in the cvelistV5 downloads repository using the main search box on GitHub.com.</li><li>Search by keyword(s) in the <a href='https://cve.mitre.org/cve/search_cve_list.html' target='_blank'>Description fields ONLY of all CVE Records</a> using the legacy search page on cve.mitre.org.</li></ul>"
275+
"<ul><li>By CVE ID<ul><li>Must include only one CVE ID per search.</li><li>CVE ID must include all letters, numbers, and hyphens associated with the CVE ID, e.g., CVE-2024-12345678.</li><li>“CVE” may be entered as “cve”, “CVE”, or as a combination of uppercase and lowercase, as casing is ignored during search.</li></ul></li><li>By other keyword(s)<ul><li>Must contain only alphanumeric characters.</li><li>May contain one or more keywords, separated by a space.</li><li>Keywords may be entered in lowercase, uppercase, or a combination of both. Casing is ignored during search, e.g., Vulnerabilities, vulnerabilities, VULNERABILITIES.</li></ul></li></ul>"
278276
]
279277
},
280278
{

src/views/ResourcesSupport/FAQs.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
<div :id="item.sectionId + qAndA.questionId + 'response'" class="message-body"
7070
:class="{'is-hidden': accordion[item.sectionId + qAndA.questionId]}">
7171
<div v-if="qAndA.questionId == 'search_cve'" class="pb-3">
72-
<p>The following methods are available:</p>
73-
<span class="has-text-weight-bold">1. On this site</span>
72+
<span class="has-text-weight-bold">TEST.CVE.ORG Search CVE List (Beta) Tips</span>
7473
<ul>
7574
<li>Search the CVE List by keywords using the
7675
<router-link :to="{ hash: '#cve-secondary-navbar' }">search box</router-link> at the top of this page.

0 commit comments

Comments
 (0)