A CVE Record is the descriptive data about a vulnerability associated with a CVE ID, provided by a CVE Numbering
@@ -222,12 +222,12 @@ export default {
},
data() {
return {
- accordian: { 'cve-id': true, 'cve-record': true },
+ accordion: { 'cve-id': true, 'cve-record': true },
};
},
methods: {
- toggleAccordianItem(id) {
- this.accordian[id] = !this.accordian[id];
+ toggleAccordionItem(id) {
+ this.accordion[id] = !this.accordion[id];
},
},
};
diff --git a/src/views/CVERecord/CVERecord.vue b/src/views/CVERecord/CVERecord.vue
index 62ed07e47..c5a3e0dac 100644
--- a/src/views/CVERecord/CVERecord.vue
+++ b/src/views/CVERecord/CVERecord.vue
@@ -1,6 +1,6 @@
-
+
-
-
-
-
+
@@ -31,34 +31,16 @@
-
+
Please use the search box above to find a CVE record by ID.
-
-
Service is currently unavailable.
-
Please
-
- report the issue
-
- external site
-
-
-
-
- and try again later.
Or, use
- Search CVE List on cve.mitre.org
-
- external site
-
-
-
- to search CVE Records. Sorry for the inconvenience.
-
+
+
-
-
{{useCveRecordLookupStore.cveId}} not found.
+
-
diff --git a/src/views/CVERecord/PublishedRecord.vue b/src/views/CVERecord/PublishedRecord.vue
index 914e2f8df..1f09a1bfa 100644
--- a/src/views/CVERecord/PublishedRecord.vue
+++ b/src/views/CVERecord/PublishedRecord.vue
@@ -7,7 +7,7 @@