Sunday, November 8, 2015

Security

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="Style/StyleSheet1.css" type="text/css" rel="stylesheet" />
<script src="Script/jquery-2.1.4.js" type="text/javascript"></script>
<script src="Script/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="Script/highcharts.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$('#body').highcharts({


chart: {
plotBackgroundColor: '#e2e2e2',
plotBorderWidth: null,
plotShadow: null,
backgroundColor: '#e2e2e2',
type: 'column'


},
credits: {
enabled: false


},
title: {
text: 'E2 Vulnerability Trending as of October 5th'


},

xAxis: {
categories: [
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
'Oct'

],
crosshair: true


},
yAxis: {
min: 0,
title: {
text: 'Rainfall (mm)'


}
},
tooltip: {
headerFormat: '{point.key}'
,
pointFormat: ' {series.name}: ' +
'{point.y:.1f}
', footerFormat: '
', shared: true,
useHTML: true


},
plotOptions: {
column: {
pointPadding: 0.2,
borderWidth: 0
}
},
series: [{
name: 'Joe',


data: [14, 36, 22, 19, 0, 0, 2, 4, 5, 0]

}, {
name: 'Sastry',


data: [0, 0, 0, 306, 188, 40, 0, 17, 0, 4],
color: '#B00000'

}]
});
});

</script>
</head>
<body>
<header style="background-color:black;" id="head1">
<div >
<table>
<tr>
<td>
<img src="Images/american-express.png" />



</td>
<td>
<h1>CTO - Application Security Vulnerabilities - E2</h1>
</td>
<td>



</td>
</tr>

</table>



</div>




</header>



<p style="text-align:center;"><b>As of Oct 5th, CTO has only 1 open vulerability which is a Medium risk and is scheduled to be remediated on 10/9. *</b></p>
<div id="body" style="height: 285px; max-width: 605px; margin: 0 auto;">
</div>
<br />
<table align="center" style="width:95%;border-collapse:collapse;border:thin;">
<thead>
<tr>
<th class="thclass">Application</th>
<th class="thclass">Application Director</th>
<th class="thclass">Application Name</th>
<th class="thclass">Application VP1</th>
<th class="thclass">Application VP2</th>
<th class="thclass">Vuln Type</th>
<th class="thclass">Vulnerability ID</th>
<th class="thclass">Date First Found</th>
<th class="thclass">Vulnerability Risk</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tdclass">James</td>
<td class="tdclass">Matman</td>
<td class="tdclass">Chief Sandwich Eater</td>
<td class="tdclass">Application VP1</td>
<td class="tdclass">Application VP2</td>
<td class="tdclass">Vuln Type</td>
<td class="tdclass">Vulnerability ID</td>
<td class="tdclass">Date First Found</td>
<td class="tdclass">Vulnerability Risk</td>
</tr>



</tbody>
</table>
<p style="text-align:center;"><b>As of Oct 5th, CTO has only 1 open vulerability which is a Medium risk and is scheduled to be remediated on 10/9. *</b></p>
<footer>
<div class="content-wrapper">
<div class="float-left">
<p>AXP Internal</p>
</div>
</div>
</footer>



</body>
</html>

No comments:

Post a Comment