Skip to content

Commit

Permalink
Move security policy into SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Nov 26, 2024
1 parent 8d644c2 commit d26be8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,7 @@ calls `callback(err, result)` when the verification result is available.

## Security

The security guarantees of the algorithm implementations provided by this
library do not exceed the security guarantees made by the PQClean project as
defined in [PQClean/SECURITY.md][]. To report a potential vulnerability in such
an implementation, please report it to the [PQClean][] project.

To report security issues that are specific to the Node.js or web ports of
PQClean (i.e., this project), please open an issue in this repository.
See [SECURITY.md](SECURITY.md).

## License

Expand Down
10 changes: 10 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Security

The security guarantees of the algorithm implementations provided by this
library do not exceed the security guarantees made by the PQClean project as
defined in [PQClean/SECURITY.md][]. To report a potential vulnerability in such
an implementation, please report it to the [PQClean][] project.

To report security issues that are specific to the Node.js or web ports of
PQClean (i.e., this project), please open an issue in this repository or contact
the author by email.

0 comments on commit d26be8a

Please sign in to comment.