Skip to content

Commit 663e874

Browse files
authored
#3608 Add 1 Blog + Update banner text + Update 1 FAQ (#3609)
1 parent 2975caa commit 663e874

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

src/assets/data/NotificationBanner.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@
1818
},
1919
{
2020
"contentType": "paragraph",
21-
"content": "is now available in the search box above. Text may include a CVE/CWE/CAPEC ID (e.g., “CVE-2025-1234”, “CWE-123”, “CAPEC-123”) or one or more keywords (e.g., “SQL Injection”, “man-in-the-middle”, etc.)."
21+
"content": "is now available in the search box above. Text searches may include CVE IDs (e.g., “CVE-2025-1234”), CWE-IDs (e.g., “CWE-123”), exact version strings (e.g., “6.17.4”), exact IPv4 strings, file names, URLs, combinations of search terms (e.g., “apache cwe-502 cve-2025”), and"
22+
},
23+
{
24+
"contentType": "internalLink",
25+
"link": "/Media/News/item/blog/2025/06/11/CVE-List-Keyword-Search-Updated",
26+
"linkText": "more"
27+
},
28+
{
29+
"contentType": "paragraph",
30+
"content": "."
2231
}
2332
]
2433
}

src/assets/data/faqs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"questionId": "search_cve",
272272
"questionText": "How do I search the CVE List",
273273
"questionResponseParagraphs": [
274-
"You may search using:<br/><ul><li><strong>IDs</strong><ul><li>CVE ID<ul><li>Specific CVE ID (e.g., “CVE-2015-8405”)</li><li>Note that this returns records where there is a match for the CVE ID anywhere in the CVE Record (e.g., “CVE-2015-8405” returns the CVE named, as well as any CVEs that have that CVE ID in other fields, such as in the description)</li><li>The nominal CVE ID Year (e.g., “CVE-2025” returns all CVEs reserved in the CVE-2025 year series)</li><li>The year must be a full year (e.g., “CVE-202” is invalid and will produce no results)</li></ul></li><li>CWE ID<ul><li>Specific Common Weakness Enumeration (CWE) entries (e.g., “CWE-123”)</li></ul></li><li> CAPEC ID<ul><li>Specific Common Attack Pattern Enumerations and Classification (CAPEC) entries (e.g., “CAPEC-123”)</li></ul></li></ul></li><li><strong>General</strong><ul><li>All CVE Record fields are searched when using the search box on CVE.ORG. However, if the search comprises more than one keyword, all keywords must be present in a given field for the record to be returned</li><li>Note that if you provide multiple CVE IDs, the search will only return results that contain ALL CVE IDs you specify in each record, which may not be what you expect</li><li>Search terms are case-insensitive and may contain words of alphanumeric and Unicode characters</li><li>Supported search scenarios include:<ul><li>Hyphenated words (e.g., “man-in-the-middle”)</li><li>Exact version strings (e.g., “6.17.4”)<li>Exact IPv4 strings (e.g., “127.0.0.1”)</li><li>Exact filenames (e.g., “main.cpp”)</li><li>URLs (e.g., “http://www.ibm.com/support/docview.wss?uid”)</li><li>Combination of any of the above: by separating terms with a space you can search for CVEs that contain ALL of the specified search terms (e.g., “apache cwe-502 cve-2025” will return all CVEs each of which containing all 3 terms)</li></ul></li><li>Symbols currently not supported are: () {} [] \" ' ` &lt;&gt; | ; ! ~ ^ * + %</li></ul></li></ul>"
274+
"You may search using:<br/><ul><li><strong>IDs</strong><ul><li>CVE ID<ul><li>Specific <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCVEID'>CVE ID</a> (e.g., “CVE-2015-8405”)</li><li>Note that this returns records where there is a match for the CVE ID anywhere in the CVE Record (e.g., “CVE-2015-8405” returns the CVE named, as well as any CVEs that have that CVE ID in other fields, such as in the description)</li><li>The nominal CVE ID Year (e.g., “CVE-2025” returns all CVEs reserved in the CVE-2025 year series)</li><li>The year must be a full year (e.g., “CVE-202” is invalid and will produce no results)</li></ul></li><li>CWE ID<ul><li>Specific <a href='/About/RelatedEfforts#CWE'>Common Weakness Enumeration (CWE&trade;)</a> entries (e.g., “CWE-123”)</li></ul></li><li> CAPEC ID<ul><li>Specific <a href='/About/RelatedEfforts#CAPEC'>Common Attack Pattern Enumerations and Classification (CAPEC&trade;)</a> entries (e.g., “CAPEC-123”)</li></ul></li></ul></li><li><strong>General</strong><ul><li>All CVE Record fields are searched when using the search box on CVE.ORG. However, if the search comprises more than one keyword, all keywords must be present in a given field for the record to be returned</li><li>Note that if you provide multiple CVE IDs, the search will only return results that contain ALL CVE IDs you specify in each record, which may not be what you expect</li><li>Search terms are case-insensitive and may contain words of alphanumeric and Unicode characters</li><li>Supported search scenarios include:<ul><li>Hyphenated words (e.g., “man-in-the-middle”)</li><li>Exact version strings (e.g., “6.17.4”)<li>Exact IPv4 strings (e.g., “127.0.0.1”)</li><li>Exact filenames (e.g., “main.cpp”)</li><li>URLs (e.g., “http://www.ibm.com/support/docview.wss?uid”)</li><li>Combination of any of the above: by separating terms with a space you can search for CVEs that contain ALL of the specified search terms (e.g., “apache cwe-502 cve-2025” will return all CVEs each of which containing all 3 terms)</li></ul></li><li>Symbols currently not supported are:\u00a0\u00a0\u00a0() {} [] \" ' ` &lt;&gt; | ; ! ~ ^ * + %</li></ul></li></ul>"
275275
]
276276
},
277277
{

src/assets/data/news.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
{
22
"currentNews": [
3+
{
4+
"id": 534,
5+
"newsType": "blog",
6+
"title": "“CVE List Keyword Search” on CVE.ORG Website Updated",
7+
"urlKeywords": "CVE List Keyword Search Updated",
8+
"date": "2025-06-11",
9+
"author": {
10+
"name": "CVE Program",
11+
"organization": {
12+
"name": "CVE Program",
13+
"url": ""
14+
},
15+
"title": "",
16+
"bio": ""
17+
},
18+
"description": [
19+
{
20+
"contentnewsType": "paragraph",
21+
"content": "“<a href='/'>CVE List Keyword Search</a>” on the CVE.ORG has been updated based upon feedback back from users. As a reminder, this search is for the CVE List only. It will only search <a href='/ResourcesSupport/Glossary?activeTerm=glossaryRecord'>CVE Records</a>. To search the overall website, use the “Site Search” located to the right of the CVE List search box above."
22+
},
23+
{
24+
"contentnewsType": "paragraph",
25+
"content": "Updates to CVE List Keyword Search include:<br/><ul><li>Added support for additional search scenarios:<ul><li>Hyphenated words (e.g., “man-in-the-middle”)</li><li>Exact version strings (e.g., “6.17.4”)<li>Exact IPv4 strings (e.g., “127.0.0.1”)</li><li>Exact filenames (e.g., “main.cpp”)</li><li>URLs (e.g., “http://www.ibm.com/support/docview.wss?uid?)</li><li>Combination of any of the above: by separating terms with a space you can search for CVEs that contain ALL of the specified search terms (e.g., “apache cwe-502 cve-2025” will return all CVEs each of which containing all 3 terms)</li></ul><li>Added the ability to search by <a href='/About/RelatedEfforts#CWE'>CWE ID</a> and <a href='/About/RelatedEfforts#CAPEC'>CAPEC ID</a></li><li>Searching the nominal <a href='/ResourcesSupport/Glossary?activeTerm=glossaryCVEID'>CVE ID</a> Year (e.g., “CVE-2025”) returns all CVEs reserved in the CVE-2025 year series</li><li>Clarified the list of symbols not yet supported in search:\u00a0\u00a0\u00a0() {} [] \" ' ` &lt;&gt; | ; ! ~ ^ * + %</li></ul>"
26+
},
27+
{
28+
"contentnewsType": "paragraph",
29+
"content": "View the complete list of CVE List keyword search tips <a href='/ResourcesSupport/FAQs#pc_cve_list_basicssearch_cve'>here</a>."
30+
},
31+
{
32+
"contentnewsType": "paragraph",
33+
"content": "We thank everyone who provided feedback, which continues to help us improve the capability for the community over time."
34+
}
35+
]
36+
},
337
{
438
"id": 533,
539
"newsType": "news",

0 commit comments

Comments
 (0)