Skip to content

Commit 67d2c1e

Browse files
committed
Made about & history page changes
Updated phrasing on overview page, removed CVE Senior Advisory subsection on History page
1 parent 90a2933 commit 67d2c1e

3 files changed

Lines changed: 8 additions & 41 deletions

File tree

src/assets/data/navigation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
"Past Sponsors": {
3131
"anchorId": "PastSponsors",
3232
"label": "Past Sponsors"
33-
},
34-
"CVE Senior Advisory Council (2001-2005)": {
35-
"anchorId": "CVESeniorAdvisoryCouncil2001-2005",
36-
"label": "CVE Senior Advisory Council (2001-2005)"
3733
}
3834
}
3935
},

src/views/About/History.vue

Lines changed: 7 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<div class="content">
77
<h1 :id="cvenavs['About']['submenu']['History']" class="title">
88
{{cvenavs['About']['submenu']['History']['label']}}</h1>
9-
<p class="cve-help-text">Most of the links below will take you to external websites; these links
10-
will open in a new window or tab depending on your browser.</p>
9+
<p class="cve-help-text">The majority of the links on this page redirects to external websites; these links
10+
will open a new window or tab depending in the web browser used.</p>
1111
<h2 :id="cvenavs['About']['submenu']['History']['items']['Overview']['anchorId']" class="title cve-heading-top-spacing">
1212
{{cvenavs['About']['submenu']['History']['items']['Overview']['label']}}</h2>
1313
<p>
@@ -32,7 +32,7 @@
3232
incorporating CVE Records.
3333
</p>
3434
<p>
35-
Another significant factor to adoption is the ongoing inclusion of CVE IDs in security advisories. Numerous major OS vendors
35+
Another significant factor to adoption is the ongoing inclusion of CVE IDs in security advisories. Numerous major operating system (OS) vendors
3636
and other organizations from around the world include CVE IDs in their alerts to ensure that the international community benefits
3737
by having the CVE IDs as soon as a problem is announced. In addition, CVE Records are used to uniquely identify vulnerabilities in
3838
public watch lists such as the <a href='https://www.owasp.org/index.php/OWASP_Top_Ten_Project' target="_blank">OWASP Top 10 Web
@@ -122,40 +122,11 @@
122122
<li><a href="https://www.nsa.gov/" target="_blank">National Security Agency (NSA):</a> Tony Sager</li>
123123
<li><a href="https://www.af.mil/" target="_blank">U.S. Air Force:</a> Matt Mleziva</li>
124124
</ul>
125-
<h2 :id="cvenavs['About']['submenu']['History']['items']['CVE Senior Advisory Council (2001-2005)']['anchorId']"
125+
<h2 :id="cvenavs['About']['submenu']['History']['items']['anchorId']"
126126
class="title cve-heading-top-spacing">
127-
{{cvenavs['About']['submenu']['History']['items']['CVE Senior Advisory Council (2001-2005)']['label']}}</h2>
128-
<p>
129-
From 2001 through 2005 the CVE Senior Advisory Council ensured that the CVE Program received the sponsorship
130-
including funding and guidance
131-
required to maximize the effectiveness of the program in supporting government efforts to improve the nation’s ability to
132-
identify and respond
133-
to vulnerabilities and information assurance attacks or issues. The council was composed of senior executives listed
134-
below from within the U.S.
135-
Federal government responsible for information assurance. We thank them for their valuable contributions during that time.
136-
</p>
137-
<h3>Past Advisory Council Members</h3>
138-
<ul>
139-
<li><a href="https://www.af.mil/" target="_blank">U.S. Air Force:</a> John M. Gilligan (Co-Chair)</li>
140-
<li><a href="https://www.dhs.gov/" target="_blank">U.S. Department of Homeland Security:</a> Sallie McDonald (Co-Chair)</li>
141-
<li><a href="https://www.disa.mil/" target="_blank">Defense Information Systems Agency:</a> Richard Hale</li>
142-
<li><a href="https://www.dia.mil/" target="_blank">Defense Intelligence Agency:</a> Mark Morrison</li>
143-
<li><a href="https://www.energy.gov/" target="_blank">Department of Energy:</a> Bruce Brody</li>
144-
<li><a href="https://www.dhs.gov/" target="_blank">Department of Homeland Security (CISO):</a> Robert West</li>
145-
<li><a href="https://www.dhs.gov/" target="_blank">Department of Homeland Security (NCSD):</a> Andy Purdy</li>
146-
<li><a href="https://www.usdoj.gov/">Department of Justice:</a> Vance Hitch</li>
147-
<li><a href="https://www.faa.gov/" target="_blank">Federal Aviation Administration:</a> Greg Dvorak</li>
148-
<li><a href="https://www.fbi.gov/" target="_blank">Federal Bureau of Investigation:</a> Bill Windle</li>
149-
<li><a href="https://www.intelligence.gov/" target="_blank">Intelligence Community:</a> Sherrill Nicely</li>
150-
<li><a href="https://www.mitre.org/" target="_blank">MITRE Corporation:</a> Pete Tasker</li>
151-
<li><a href="https://www.nasa.gov/" target="_blank">National Aeronautics and Space Administration:</a> Michael Castagna</li>
152-
<li><a href="https://www.nist.gov/index.html" target="_blank">National Institute of Standards and Technology:</a> Tim Grance</li>
153-
<li><a href="https://www.nsa.gov/" target="_blank">National Security Agency:</a> Curtis Dukes, Tony Sager</li>
154-
<li><a href="https://www.defense.gov/osd/" target="_blank">OSD/Command, Control, Communications and Intelligence:</a> Bob Lentz</li>
155-
<li><a href="https://www.defense.gov/osd/" target="_blank">OSD/Defense-wide Information Assurance Program:</a> Dana Foat</li>
156-
<li><a href="https://www.defense.gov/osd/" target="_blank">OSD/Networks and Information Integration:</a> Gus Guissanie</li>
157-
<li><a href="https://www.whitehouse.gov/omb/" target="_blank">Office of Management and Budget:</a> Glenn Schlarman</li>
158-
</ul>
127+
{{cvenavs['About']['submenu']['History']['items']['label']}}</h2>
128+
129+
159130
<SurveyLinkComponent :surveyLink="cvenavs['About']['submenu']['History']['surveyLink']" />
160131
</div>
161132
</main>

src/views/About/Overview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<p>
4444
Episode 1 - Tod Beardsley of Rapid7, Tom Millar of CISA, Chris Levendis of the CVE Program, and Dave Waltermire of NIST's NVD discuss
4545
how their organizations and the community all work together to advance the CVE Program’s mission to identify, define, and catalog
46-
publicly disclosed.
46+
publicly disclosed cybersecurity vulnerabilities.
4747
</p>
4848
</div>
4949
<SurveyLinkComponent :surveyLink="cvenavs['About']['submenu']['Overview']['surveyLink']" />

0 commit comments

Comments
 (0)