Skip to content

Commit c6a8256

Browse files
committed
cveRecordSearchModule: allow asterisk (*) and double-quote (") characters
1 parent c8c11dc commit c6a8256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cveRecordSearchModule.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const route = useRoute();
9191
const router = useRouter();
9292
9393
const cveRecordRouteName = 'CVERecord';
94-
const invalidSearchCharacters = ref('(){}[]"\'`<>|;!~^*+%');
94+
const invalidSearchCharacters = ref('(){}[]\'`<>|;!~^+%');
9595
const legacyOptionLabel = 'Find a Test CVE Record/ID (Legacy)';
9696
const searchOptionLabel = 'Search CVE List (Production Data)';
9797

0 commit comments

Comments
 (0)