8000 SECURITY.md by uvhw · Pull Request #13 · memocash/mips · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SECURITY.md #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Generally, memo features are opt-in.
Clients can choose whether to support or not support each action.
For instance, Wewo has [blogs](https://wewo.cash/blogs/) and
Memberapp has [maps](https://memberapp.github.io/#map).
Memo.cash doesn't yet support either feature.
Memo.cash does yet support either feature.

Since consensus is not required, there isn't currently a need for a strict approval process.
However, sharing protocol additions and motivations is helpful for healthy collaboration.
Expand All @@ -20,3 +20,4 @@ However, sharing protocol additions and motivations is helpful for healthy colla
| MIP-6 | [Commerce](mip-0006/mip-0006.md) | 2018-11-17 | Draft |
| MIP-7 | [Gigs](mip-0007/mip-0007.md) | 2018-12-07 | Draft |
| MIP-9 | [Token exchange](mip-0009/mip-0009.md) | 2019-06-05 | Final (v2) |

23 changes: 23 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Security Policy
@uvhw

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

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.

0