From 543e41633d08afd9e9083382e7f83d11a23f1819 Mon Sep 17 00:00:00 2001 From: athu-tran <63068972+athu-tran@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:26:55 -0500 Subject: [PATCH] #3355 remove references of 'Beta' search (#3361) --- src/components/cveRecordSearchModule.vue | 46 +++++------------------- src/views/ResourcesSupport/FAQs.vue | 2 +- 2 files changed, 9 insertions(+), 39 deletions(-) diff --git a/src/components/cveRecordSearchModule.vue b/src/components/cveRecordSearchModule.vue index 5c69b2d5..4166b45a 100644 --- a/src/components/cveRecordSearchModule.vue +++ b/src/components/cveRecordSearchModule.vue @@ -8,47 +8,19 @@ aria-labelledby="alertIconVariousFormts" aria-hidden="false" />
-

The CVE Test website has a new drop-down menu below.

-
    -
  1. -

    - Search Capability (Beta) Community testers – To beta-test the new search feature, select - “Search CVE List (Beta)” in the drop-down menu. The - production data is used and newly published data typically becomes searchable within less than - 30 minutes. - Access Search Tips - for more information on this new capability. -

    -

    - - Provide feedback on the new search capability - -

    - - . - . -

    -
  2. -
  3. - CNAs – to view your test data - (your draft records) select “Find a Test CVE Record/ID (Legacy)” in the drop-down menu and - provide a CVE ID to find a specific CVE Record. -
  4. -
+

+ CNAs – to view your test data + (your draft records) select “Find a Test CVE Record/ID (Legacy)” in the drop-down menu and + provide a CVE ID to find a specific CVE Record. +

-

@@ -98,15 +70,13 @@ let errorMessage = ref(''); let cveGenericGlobalsStore = useGenericGlobalsStore(); let cveRecordStore = usecveRecordStore(); -let searchType = ref('Search CVE List (Beta)'); +let searchType = ref('Search CVE List'); let cveId = cveRecordStore.cveId; -let showSearchHelpText = ref(false); - // this seems redundant, but it fixes an edge case. // if a user searches for a particular field, then on the results page flips the toggle, THEN refreshes without searching, this will keep the correct helper text showing. let searchTypeBoolean = computed(() => { - return searchType.value == 'Search CVE List (Beta)' ? true : false; + return searchType.value == 'Search CVE List' ? true : false; }); watch(searchType, () => { diff --git a/src/views/ResourcesSupport/FAQs.vue b/src/views/ResourcesSupport/FAQs.vue index 193a0846..660a5bf1 100644 --- a/src/views/ResourcesSupport/FAQs.vue +++ b/src/views/ResourcesSupport/FAQs.vue @@ -69,7 +69,7 @@

-

TEST.CVE.ORG Search CVE List (Beta) Tips

+

TEST.CVE.ORG Search CVE List Tips

  • Search the CVE List by keywords using the search box at the top of this page.