forked from bgoonz/DS-ALGO-OFFICIAL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSECURITY.html
More file actions
69 lines (69 loc) · 1.79 KB
/
SECURITY.html
File metadata and controls
69 lines (69 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<title>SECURITY</title>
<style type="text/css">
code {
white-space: pre-wrap;
}
span.smallcaps {
font-variant: small-caps;
}
span.underline {
text-decoration: underline;
}
div.column {
display: inline-block;
vertical-align: top;
width: 50%;
}
</style>
</head>
<body>
<h1 id="security-policy">Security Policy</h1>
<h2 id="supported-versions">Supported Versions</h2>
<p>
Use this section to tell people about which versions of your project are
currently being supported with security updates.
</p>
<table>
<thead>
<tr class="header">
<th>Version</th>
<th>Supported</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>5.1.x</td>
<td>:white_check_mark:</td>
</tr>
<tr class="even">
<td>5.0.x</td>
<td>:x:</td>
</tr>
<tr class="odd">
<td>4.0.x</td>
<td>:white_check_mark:</td>
</tr>
<tr class="even">
<td>< 4.0</td>
<td>:x:</td>
</tr>
</tbody>
</table>
<h2 id="reporting-a-vulnerability">Reporting a Vulnerability</h2>
<p>Use this section to tell people how to report a vulnerability.</p>
<p>
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
</p>
</body>
</html>