Skip to content

Commit

Permalink
#782 enable CVE Record Detail page and fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
athu-tran committed Oct 4, 2022
1 parent 157d89f commit 8b5d996
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Vue from 'vue';
import VueRouter from 'vue-router';
import Home from '@/views/Home.vue';
import SiteSearch from '@/views/SiteSearch.vue';
// import CVERecord from '@/views/CVERecord.vue';
import CVERecord from '@/views/CVERecord/CVERecord.vue';
import CveJsonView from '@/views/CVERecord/CveJsonView.vue';
import Downloads from '@/views/Downloads.vue';
import Overview from '@/views/About/Overview.vue';
Expand Down Expand Up @@ -54,14 +54,14 @@ const routes = [
],
},
},
// {
// path: '/CVERecord',
// name: 'CVERecord',
// component: CVERecord,
// meta: {
// title: 'CVE Record | CVE',
// },
// },
{
path: '/CVERecord',
name: 'CVERecord',
component: CVERecord,
meta: {
title: 'CVE Record | CVE',
},
},
{
path: '/CveJson',
name: 'CveJson',
Expand Down
6 changes: 3 additions & 3 deletions src/views/ResourcesSupport/Resources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<br/><span class="cve-help-text">Establishes the policy for the EOL CVE assignment process</span>
</li>
<li>
<router-link to="/Resources/General/Policies/CVE-Record-Dispute-Policy.pdf" target="_blank">
<router-link to="/Resources/General/Policies/CVE-Record-Dispute-Policy.pdf" target="_blank">
CVE Record Dispute Policy (PDF, 0.3MB)
</router-link>
<br/><span class="cve-help-text">CVE Program policy and procedure for disputing a CVE Record</span>
</li>
</li>
<li>
<router-link to="/Media/News/item/podcast/2022/05/03/Researchers-and-PSIRTs-Working-Well">Researchers and PSIRTs Working
Well Together (Podcast)</router-link>
Expand Down Expand Up @@ -85,7 +85,7 @@
<router-link to="/Resources/General/Policies/CVE-Record-Dispute-Policy.pdf" target="_blank">
CVE Record Dispute Policy (PDF, 0.3MB)
</router-link>
</li>
</li>
<li>
<router-link to="/Resources/General/Policies/EOL-Assignment-Policy.pdf" target="_blank">
EOL Assignment Policy (PDF, 0.4MB)
Expand Down

0 comments on commit 8b5d996

Please sign in to comment.