Skip to content

Commit f1e6fe2

Browse files
authored
Merge pull request #211 from CVEProject/npo-199
#199 Replace redirect help text on all applicable pages
2 parents 37d3bac + 94036cb commit f1e6fe2

7 files changed

Lines changed: 29 additions & 27 deletions

File tree

src/views/About/History.vue

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
<div class="column is-8-desktop cve-main-column-content-width is-12-tablet">
55
<main id="cve-main-page-content" role="main">
66
<div class="content">
7-
<h1 :id="cvenavs['About']['submenu']['History']" class="title">
8-
{{cvenavs['About']['submenu']['History']['label']}}</h1>
9-
<p class="cve-help-text">The majority of the links on this page redirects to external websites
10-
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/>
11-
</span>; these links will open a new window or tab depending in the web browser used.
7+
<h1 :id="cvenavs['About']['submenu']['History']" class="title">{{cvenavs['About']['submenu']['History']['label']}}</h1>
8+
<p class="cve-help-text">The majority of the links on this page redirect to external websites
9+
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/></span>;
10+
these links will open a new window or tab depending on the web browser used.
1211
</p>
1312
<h2 :id="cvenavs['About']['submenu']['History']['items']['Overview']['anchorId']" class="title cve-heading-top-spacing">
1413
{{cvenavs['About']['submenu']['History']['items']['Overview']['label']}}</h2>
@@ -34,8 +33,8 @@
3433
incorporating CVE Records.
3534
</p>
3635
<p>
37-
Another significant factor to adoption is the ongoing inclusion of CVE IDs in security advisories. Numerous major operating system (OS) vendors
38-
and other organizations from around the world include CVE IDs in their alerts to ensure that the international community benefits
36+
Another significant factor to adoption is the ongoing inclusion of CVE IDs in security advisories. Numerous major operating system (OS)
37+
vendors and other organizations from around the world include CVE IDs in their alerts to ensure that the international community benefits
3938
by having the CVE IDs as soon as a problem is announced. In addition, CVE Records are used to uniquely identify vulnerabilities in
4039
public watch lists such as the <a href='https://www.owasp.org/index.php/OWASP_Top_Ten_Project' target="_blank">OWASP Top 10 Web
4140
Application Security
@@ -128,7 +127,6 @@
128127
class="title cve-heading-top-spacing">
129128
{{cvenavs['About']['submenu']['History']['items']['label']}}</h2>
130129

131-
132130
<SurveyLinkComponent :surveyLink="cvenavs['About']['submenu']['History']['surveyLink']" />
133131
</div>
134132
</main>

src/views/About/RelatedEfforts.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<h1 :id="cvenavs['About']['submenu']['Related Efforts']['id']" class="title">
88
{{cvenavs['About']['submenu']['Related Efforts']['label']}}
99
</h1>
10-
<p class="cve-help-text">Most of the links below will take you to external
11-
websites <span class="icon cve-icon-xxs"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/>
12-
</span>; these links will open in a new window or tab depending on your browser.</p>
13-
<p>
10+
<p class="cve-help-text">The majority of the links on this page redirect to external websites
11+
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/></span>;
12+
these links will open a new window or tab depending on the web browser used.
13+
</p>
1414
<h2 :id="cvenavs['About']['submenu']['Related Efforts']['items']['National Vulnerability Database (NVD)']['anchorId']"
1515
class="title cve-heading-top-spacing">
1616
{{cvenavs['About']['submenu']['Related Efforts']['items']['National Vulnerability Database (NVD)']['label']}}</h2>

src/views/Media/News.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<div class="column is-9-desktop is-9-tablet">
3535
<main id="cve-main-page-content" role="main">
3636
<h1 class="title">News</h1>
37+
<p class="cve-help-text" style="padding-bottom:4%;">The majority of the links on this page redirect to external websites
38+
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/></span>;
39+
these links will open a new window or tab depending on the web browser used.
40+
</p>
3741
<div class="content" v-for="newsItem in pagination.currentNewsToDisplay" :key="`${newsItem.id}-${newsItem.newsType}`">
3842
<article class ="media">
3943
<div class ="media-content">

src/views/Media/NewsItem.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
</div>
99
<div class="content" v-else>
1010
<h1 class="title">{{newsItem.title}}</h1>
11-
<p class="cve-help-text">
12-
Most of the links below will take you to external websites <span class="icon cve-icon-xxs help-text-icon">
13-
<font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/>
14-
</span>; these links will open in a new window or tab depending on your browser.
11+
<p class="cve-help-text">The majority of the links on this page redirect to external websites
12+
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/></span>;
13+
these links will open a new window or tab depending on the web browser used.
1514
</p>
1615
<span class ="level is-mobile has-text-grey-dark mb-3">
1716
<div class ="level-left">

src/views/PartnerInformation/ListofPartners.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
<main id="cve-main-page-content" role="main">
66
<h1 :id="cvenavs['Partner Information']['submenu']['List of Partners']['id']" class="title">List of Partners</h1>
77
<div class="content">
8-
<p class="cve-help-text">Some of the links below will take you to external websites; these links will open in a new window or tab
9-
depending on your browser.</p>
8+
<p class="cve-help-text">The majority of the links on this page redirect to external websites
9+
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/></span>;
10+
these links will open a new window or tab depending on the web browser used.
11+
</p>
1012
<p>
1113
Each <router-link to="/ProgramOrganization/CNAs">CVE Numbering Authority (CNA)</router-link> partner listed
1214
below assigns CVE IDs per a specific

src/views/PartnerInformation/PartnerDetails.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<main id="cve-main-page-content" role="main">
66
<div class="content">
77
<h1 class="title">{{partner.organizationName}}</h1>
8-
<p class="cve-help-text">Most of the links below will take you to external websites <span class="icon cve-icon-xxs help-text-icon">
9-
<font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/>
10-
</span>; these links will open
11-
in a new window or tab depending on your browser settings.</p>
8+
<p class="cve-help-text">The majority of the links on this page redirect to external websites
9+
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/></span>;
10+
these links will open a new window or tab depending on the web browser used.
11+
</p>
1212
<table class="table cve-border-dark-blue is-striped is-hoverable">
1313
<caption class="is-hidden">{{partner.organizationName}}</caption>
1414
<tbody>

src/views/ProgramOrganization/Board.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
<div class="content">
77
<h1 :id="cvenavs['Program Organization']['submenu']['Board']['id']" class="title cve-heading-top-spacing">
88
{{cvenavs['Program Organization']['submenu']['Board']['label']}}</h1>
9-
<p class="cve-help-text">Most of the links below will take you to external
10-
websites <span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/>
11-
</span>; these links will open in a new window or tab
12-
depending on your browser.</p>
13-
<p>
9+
<p class="cve-help-text">The majority of the links on this page redirect to external websites
10+
<span class="icon cve-icon-xxs help-text-icon"><font-awesome-icon icon="external-link-alt" aria-labelledby="extenalSiteLinks"/></span>;
11+
these links will open a new window or tab depending on the web browser used.
12+
</p>
1413
<p>
1514
Through open and collaborative discussions, the CVE Board ensures that the CVE Program meets the vulnerability identification needs of
1615
the global cybersecurity and technology community.

0 commit comments

Comments
 (0)