-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSECURITY.html
More file actions
35 lines (35 loc) · 1.68 KB
/
SECURITY.html
File metadata and controls
35 lines (35 loc) · 1.68 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
<style>
body {
color: black;
}
.rainbow-text {
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
<h1 id="security-policy">Security Policy</h1>
<h2 id="supported-versions">Supported Versions</h2>
<table>
<thead>
<tr>
<th>Version</th>
<th>Supported</th>
</tr>
</thead>
<tbody><tr>
<td>latest</td>
<td>✅</td>
</tr>
<tr>
<td>< v1.2.0.7</td>
<td>❌</td>
</tr>
</tbody></table>
<h2 id="reporting-a-vulnerability">Reporting a Vulnerability</h2>
<p>Send a email to my inbox</p>
<p>Fill out the areas that are in ( user-input )</p>
<p>Templates:</p>
<p><a href="mailto:admin@psnator.com?cc=altify@mail.com&?subject=Report%3A%20Vulnerability%20%5B%20DEFAULT%20%5D&body=Hey%20Altify%2C%0D%0A%0D%0AI%20would%20like%20to%20inform%20you%20that%20there%20is%20a%20vulnerability%20in%20your%20(%20user-input%20).%20Also%2C%20you%20can%20contact%20me%20from%20this%20email%20or%20phone%20number%3A%20(%20user-input%20).%0D%0A%0D%0AFrom%2C%20(%20user-input%20)">Default</a></p>
<p><a href="mailto:admin@psnator.com?cc=altify@mail.com&?subject=Report%3A%20Vulnerability%20%5B%20IN-DEPTH%20%5D&body=Hey%20Altify%2C%0D%0A%0D%0AI%20would%20like%20to%20inform%20you%20that%20there%20is%20a%20vulnerability%20in%20your%20(%20user-input%20).%20Also%2C%20you%20can%20contact%20me%20from%20this%20email%20or%20phone%20number%3A%20(%20user-input%20).%0D%0A%0D%0AIn-Depth%20Version%20%5B%20OPTIONAL%20%5D%3A%20(%20user-input%20)%0D%0A%0D%0AFrom%2C%20(%20user-input%20)">InDepth</a></p>
<h3 class="rainbow-text" id="thank-you-for-using-altify-developing">Thank you for using Altify Developing</h3>