We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db41b78 commit 147d8b9Copy full SHA for 147d8b9
src/components/cveRecordSearchModule.vue
@@ -158,7 +158,6 @@ function startSearch() {
158
159
function validateQueryString() {
160
161
- const contentMessage = 'Enter words of alphanumeric characters OR a single CVE ID (CVE-YYYY-NNNN).';
162
const isSearch = searchTypeBoolean.value;
163
const searchValue = isSearch ? queryString.value : cveId;
164
0 commit comments