Skip to content

Commit

Permalink
chore: add security policy (#2394)
Browse files Browse the repository at this point in the history
Adding a security policy similar to go-libp2p ref: libp2p/go-libp2p#2238

---------

Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
p-shahi and achingbrain authored Feb 7, 2024
1 parent dab5cf7 commit 1cb2408
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Security Policy

js-libp2p is still in development. This means that there may be problems in our protocols,
or there may be mistakes in our implementations.

We take security vulnerabilities very seriously. If you discover a security issue,
please bring it to our attention right away!

## Reporting a Vulnerability

If you find a vulnerability that may affect live deployments -- for example, by exposing
a remote execution exploit -- please [**report privately**](https://github.com/libp2p/js-libp2p/security/advisories/new).

Please **DO NOT file a public issue**.

If the issue is an implementation weakness that cannot be immediately exploited or
something not yet deployed, just discuss it openly.

If you need assistance, please reach out to [security@libp2p.io](mailto:security@libp2p.io).

## Reporting a non security bug

For non-security bugs, please simply file a GitHub [issue](https://github.com/libp2p/js-libp2p/issues/new).

0 comments on commit 1cb2408

Please sign in to comment.