Skip to content

Commit c3d206a

Browse files
[docs] Add security policy (#20)
* add security policy * add SECURITY * fix link
1 parent bd8c777 commit c3d206a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Components
88

9+
_Components are designed for deployment in adversarial environments. If you find an exploit, please refer to our [security policy](./SECURITY.md) before disclosing it publicly (an exploit may equip a malicious party to attack users of a primitive)._
10+
911
* [chain](./chain/README.md): A minimal blockchain built with the [Commonware Library](https://github.com/commonwarexyz/monorepo).
1012
* [client](./client/README.md): Client for interacting with `alto`.
1113
* [explorer](./explorer/README.md): Visualize `alto` activity.

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reporting Security Issues
2+
3+
We welcome security disclosures and are committed to providing prompt attention to any confirmed security issues.
4+
5+
Vulnerabilities should be reported privately [via GitHub Security](https://github.com/commonwarexyz/monorepo/security) instead of as a public issue.
6+
7+
We do not yet offer a bounty program for responsible disclosure of security vulnerabilities, however, we do track contributions and record them in the [Commonware Library](https://github.com/commonwarexyz/monorepo/blob/main/SECURITY.md).

0 commit comments

Comments
 (0)