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 5580774
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
9 changes: 1 addition & 8 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 All @@ -396,6 +390,5 @@ This project is distributed under the MIT license. Please check
implementations.

[PQClean]: https://github.com/PQClean/PQClean
[PQClean/SECURITY.md]: https://github.com/PQClean/PQClean/blob/HEAD/SECURITY.md
[nodejs/node#43630]: https://github.com/nodejs/node/issues/43630
[node-mceliece-nist]: https://github.com/tniessen/node-mceliece-nist
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 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.

[PQClean]: https://github.com/PQClean/PQClean
[PQClean/SECURITY.md]: https://github.com/PQClean/PQClean/blob/HEAD/SECURITY.md

0 comments on commit 5580774

Please sign in to comment.