From 7c548a1e634bd6b36ea4fffd90eef185397aa29a Mon Sep 17 00:00:00 2001 From: David T Rocca Date: Thu, 10 Oct 2024 13:10:51 -0400 Subject: [PATCH] Switching between lookup and search --- src/components/AdpVulnerabilityEnrichment.vue | 3 +- src/components/cveRecordSearchModule.vue | 113 ++++++++++++++---- src/stores/cveListSearch.js | 3 +- src/stores/genericGlobals.ts | 18 ++- src/views/CVERecord/CVERecord.vue | 32 ++++- src/views/CVERecord/PublishedRecord.vue | 2 +- src/views/CVERecord/RejectedRecordOrId.vue | 2 +- src/views/CVERecord/ReservedId.vue | 2 +- 8 files changed, 141 insertions(+), 34 deletions(-) diff --git a/src/components/AdpVulnerabilityEnrichment.vue b/src/components/AdpVulnerabilityEnrichment.vue index ea4f9623..26e059d5 100644 --- a/src/components/AdpVulnerabilityEnrichment.vue +++ b/src/components/AdpVulnerabilityEnrichment.vue @@ -208,6 +208,7 @@