Skip to content

Commit c3d1e40

Browse files
committedMay 27, 2024
chore: add SECURITY.md
1 parent f05cef5 commit c3d1e40

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
 

‎SECURITY.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Security Policy
2+
3+
This document outlines security procedures and general policies for the `olas-operate-app` project.
4+
5+
## Supported Versions
6+
7+
The following table shows which versions of `olas-operate-app` are currently being supported with security updates.
8+
9+
| Version | Supported |
10+
|-----------------|--------------------|
11+
| `1.0.0` | :white_check_mark: |
12+
| `< 1.0.0` | :x: |
13+
14+
## Reporting a Vulnerability
15+
16+
The `olas-operate-app` team and community take all security bugs in `olas-operate-app` seriously. Thank you for improving the security of `olas-operate-app`. We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
17+
18+
Report security bugs by emailing `info@valory.xyz`.
19+
20+
The lead maintainer will acknowledge your email within 48 hours, and will send a more detailed response within 48 hours indicating the next steps in handling your report. After the initial reply to your report, the security team will endeavour to keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
21+
22+
Report security bugs in third-party modules to the person or team maintaining the module.
23+
24+
## Disclosure Policy
25+
26+
When the security team receives a security bug report, they will assign it to a primary handler. This person will coordinate the fix and release process, involving the following steps:
27+
28+
- Confirm the problem and determine the affected versions.
29+
- Audit code to find any potential similar problems.
30+
- Prepare fixes for all releases still under maintenance. These fixes will be released as fast as possible to PyPI.
31+
32+
## Comments on this Policy
33+
34+
If you have suggestions on how this process could be improved please submit a pull request.

0 commit comments

Comments
 (0)