-
Notifications
You must be signed in to change notification settings - Fork 0
/
bugs.html
26 lines (25 loc) · 1.17 KB
/
bugs.html
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
---
layout: page
---
<div class="row">
<div class="col-md-12 shadow-sm p-3 mb-2 bg-white rounded">
<h2>Reporting Security Vulnerabilities</h2>
<p>
In order for the team to best address critical security vulnerabilities, we ask that you email
<a href="mailto:[email protected]">[email protected]</a> to let us release a patch prior to disclosure. This ensures that
users within the community have a chance to apply appropriate software patches and upgrades prior to potential exploits being widely available.
</p>
<p>
In the event that you are also submitting a patch for a vulnerability, we ask that you create an appropriate pull request on the GitHub project repository and email
<a href="mailto:[email protected]">[email protected]</a> with details and a link to the pull request.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 shadow-sm p-3 mb-2 bg-white rounded mt-2 projects">
<h2>Reporting Other Bugs</h2>
<p>
Non-security related bugs should be filed in the appropriate GitHub project issue tracker.
</p>
</div>
</div>