diff --git a/.github/workflows/web-issue-triage.yml b/.github/workflows/web-issue-triage.yml deleted file mode 100644 index 995346ee6..000000000 --- a/.github/workflows/web-issue-triage.yml +++ /dev/null @@ -1,12 +0,0 @@ -on: - issues: - types: [opened] -jobs: - createCard: - runs-on: ubuntu-latest - steps: - - name: Add New Issues to Backlog Board - uses: peter-evans/create-or-update-project-card@866533e2ae61f13c35fd1d374049713fab43c729 # current tag: v2 - with: - project-name: Backlog Board - column-name: New Issues (Need to be Triaged) \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 607348cc7..6754b69d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,6 +19,7 @@ import PrimaryNavigation from './components/PrimaryNavigation.vue'; import NotificationBannerModule from './components/NotificationBannerModule.vue'; import FoooterModule from './components/FooterModule.vue'; import NotFound from './views/NotFound.vue'; +import { usePartnerStore } from '@/stores/partners'; export default { components: { @@ -31,6 +32,9 @@ export default { return { NavigationItems } + }, + beforeMount() { + usePartnerStore().populatePartnerShortLongNameMap(); } } diff --git a/src/components/AdpVulnerabilityEnrichment.vue b/src/components/AdpVulnerabilityEnrichment.vue index e2946727e..ea4f9623b 100644 --- a/src/components/AdpVulnerabilityEnrichment.vue +++ b/src/components/AdpVulnerabilityEnrichment.vue @@ -6,21 +6,21 @@ -
@@ -207,7 +207,7 @@ - - - - diff --git a/src/components/NotificationBannerModule.vue b/src/components/NotificationBannerModule.vue index 90e6d7c9b..0011be55f 100644 --- a/src/components/NotificationBannerModule.vue +++ b/src/components/NotificationBannerModule.vue @@ -66,7 +66,7 @@
-
+

A CVE ID is a unique, alphanumeric identifier assigned by the CVE Program. Each identifier references a specific @@ -124,23 +124,23 @@ CNA.

The CVE Record is now available for download and viewing by the public.

-
+

CVE Records

-
-
+

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 @@ - 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 @@