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 c8c11dc commit c6a8256Copy full SHA for c6a8256
src/components/cveRecordSearchModule.vue
@@ -91,7 +91,7 @@ const route = useRoute();
91
const router = useRouter();
92
93
const cveRecordRouteName = 'CVERecord';
94
-const invalidSearchCharacters = ref('(){}[]"\'`<>|;!~^*+%');
+const invalidSearchCharacters = ref('(){}[]\'`<>|;!~^+%');
95
const legacyOptionLabel = 'Find a Test CVE Record/ID (Legacy)';
96
const searchOptionLabel = 'Search CVE List (Production Data)';
97
0 commit comments