khulnasoft
commited on
Commit
•
a02da4a
1
Parent(s):
d0a6cd4
Update index.html
Browse files- index.html +7 -5
index.html
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
<html>
|
2 |
|
3 |
<head>
|
4 |
-
<title>CVSS Calculator - Base Score</title>
|
5 |
<link rel="icon"
|
6 |
type="image/png"
|
7 |
href="favicon.png">
|
8 |
<link rel="shortcut icon" type="image/png" href="favicon.png">
|
9 |
<meta name="description" content="Easy to use illustrated graphical Common Vulnerability Scoring System (CVSS) Base Score Calculator with hints"/>
|
10 |
-
<meta name="keywords" content="CVSS Base Score Calculator,ATTACK VECTOR,Network,Adjacent,Local,Physical,ATTACK COMPLEXITY,Low,High,PRIVILEGES REQUIRE,None,Low,High,USER INTERACTION,None,Required,SCOPE,Changed,Unchanged,CONFIDENTIALITY,High,Low,None,INTEGRITY,High,Low,None,AVAILABILITY,High,Low,None,SEVERITY,SCORE,VECTOR"/>
|
11 |
<meta property="og:type" content="website" />
|
12 |
<meta property="og:image" content="cvss-calculator-screenshot.png" />
|
13 |
-
<meta name="og:title" property="og:title" content="CVSS Base Score Calculator"/>
|
14 |
-
<meta name="twitter:title" content="CVSS Base Score Calculator"/>
|
15 |
<meta name="og:description" property="og:description" content="Easy to use illustrated graphical Common Vulnerability Scoring System (CVSS) Base Score Calculator with hints">
|
16 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
17 |
<link rel="stylesheet" type="text/css" media="all" href="cvss.css">
|
@@ -46,11 +46,13 @@
|
|
46 |
|
47 |
<body>
|
48 |
<hgroup>
|
49 |
-
<h3>CVSS
|
50 |
<div id="cvssboard">
|
51 |
</div>
|
52 |
<br>
|
53 |
<footer id="footer">
|
|
|
|
|
54 |
<br/>Common Vulnerability Scoring System (CVSS) is a free and open standard. It is owned and managed by <a href="http://www.first.org/cvss">FIRST.Org</a>.</footer>
|
55 |
<script>
|
56 |
var c = new CVSS("cvssboard", {
|
|
|
1 |
<html>
|
2 |
|
3 |
<head>
|
4 |
+
<title>CVSS Calculator v3.1 - Base Score</title>
|
5 |
<link rel="icon"
|
6 |
type="image/png"
|
7 |
href="favicon.png">
|
8 |
<link rel="shortcut icon" type="image/png" href="favicon.png">
|
9 |
<meta name="description" content="Easy to use illustrated graphical Common Vulnerability Scoring System (CVSS) Base Score Calculator with hints"/>
|
10 |
+
<meta name="keywords" content="CVSS v3.1 Base Score Calculator,ATTACK VECTOR,Network,Adjacent,Local,Physical,ATTACK COMPLEXITY,Low,High,PRIVILEGES REQUIRE,None,Low,High,USER INTERACTION,None,Required,SCOPE,Changed,Unchanged,CONFIDENTIALITY,High,Low,None,INTEGRITY,High,Low,None,AVAILABILITY,High,Low,None,SEVERITY,SCORE,VECTOR"/>
|
11 |
<meta property="og:type" content="website" />
|
12 |
<meta property="og:image" content="cvss-calculator-screenshot.png" />
|
13 |
+
<meta name="og:title" property="og:title" content="CVSS v3.1 Base Score Calculator"/>
|
14 |
+
<meta name="twitter:title" content="CVSS v3.1 Base Score Calculator"/>
|
15 |
<meta name="og:description" property="og:description" content="Easy to use illustrated graphical Common Vulnerability Scoring System (CVSS) Base Score Calculator with hints">
|
16 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
17 |
<link rel="stylesheet" type="text/css" media="all" href="cvss.css">
|
|
|
46 |
|
47 |
<body>
|
48 |
<hgroup>
|
49 |
+
<h3>CVSS v3.1 Base Score Calculator</h3></hgroup>
|
50 |
<div id="cvssboard">
|
51 |
</div>
|
52 |
<br>
|
53 |
<footer id="footer">
|
54 |
+
Copyright 2019 © Chandan
|
55 |
+
<br/><a href="https://github.com/cvssjs">CVSSjs</a> is free to use, copy, modification under a BSD like licence.
|
56 |
<br/>Common Vulnerability Scoring System (CVSS) is a free and open standard. It is owned and managed by <a href="http://www.first.org/cvss">FIRST.Org</a>.</footer>
|
57 |
<script>
|
58 |
var c = new CVSS("cvssboard", {
|