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