Skip to content

Commit

Permalink
SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xForerunner committed Nov 5, 2024
1 parent b524718 commit 0733a28
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# world-id-relay

Service to bridge World ID roots from Ethereum to various Layer 2s

### Running

For a simple configuration example please see the config.stage.toml.

You can run the `world-id-relay` with

```bash
cargo run -- --config my_config.toml
```
15 changes: 15 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Report a security issue

The project team welcomes security reports and is committed to providing prompt attention to security issues. Security issues should be reported privately via [remco@wicked.ventures](mailto:remco@wicked.ventures). Security issues should not be reported via the public Github Issue tracker.

## Vulnerability coordination

Remediation of security vulnerabilities is prioritized by the project team. The project team coordinates remediation with third-party project stakeholders via [Github Security Advisories](https://help.github.com/en/github/managing-security-vulnerabilities/about-github-security-advisories). Third-party stakeholders may include the reporter of the issue, affected direct or indirect users of this project, and maintainers of upstream dependencies if applicable.

Downstream project maintainers and users can request participation in coordination of applicable security issues by sending your contact email address, Github username(s) and any other salient information to [remco@wicked.ventures](mailto:remco@wicked.ventures). Participation in security issue coordination processes is at the discretion of the project team.

## Security advisories

The project team is committed to transparency in the security issue disclosure process. The project team announces security issues via [project Github Release notes](https://github.com/Recmo/rust-app-template/releases) and the [RustSec advisory database](https://github.com/RustSec/advisory-db) (i.e. `cargo-audit`).

<!-- Based on https://github.com/tokio-rs/tokio/blob/tokio-1.13.0/SECURITY.md -->

0 comments on commit 0733a28

Please sign in to comment.