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 154215c commit dda5588Copy full SHA for dda5588
src/components/cveRecordSearchModule.vue
@@ -161,7 +161,6 @@ function startSearch() {
161
162
function validateQueryString() {
163
164
- const contentMessage = 'Enter words of alphanumeric characters OR a single CVE ID (CVE-YYYY-NNNN).';
165
const isSearch = searchTypeBoolean.value;
166
const searchValue = isSearch ? queryString.value : cveId;
167
0 commit comments