Skip to content

Commit

Permalink
Add SECURITY.md with vulnerability reporting procedures
Browse files Browse the repository at this point in the history
SECURITY.md file has been added which contains instructions on how to report a possible security issue in js-mailer. This incorporates details for private messaging or email, typical response times, and an OpenPGP/GPG public key for encrypted communication.
  • Loading branch information
wneessen committed Mar 20, 2024
1 parent f6aef8d commit 2721f1f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
SPDX-FileCopyrightText: 2021-2024 Winni Neessen <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

# Security Policy

## Reporting a Vulnerability

To report (possible) security issues in js-mailer, please either send a mail to
[[email protected]](mailto:[email protected]) or use Github's
[private reporting feature](https://github.com/wneessen/js-mailer/security/advisories/new).
Reports are always welcome. Even if you are not 100% certain that a specific issue you found
counts as a security issue, we'd love to hear the details, so we can figure out together if
the issue in question needds to be addressed.

Typically, you will receive an answer within a day or even within a few hours.

## Encryption
You can send OpenPGP/GPG encrpyted mails to the [[email protected]](mailto:[email protected]) address.

OpenPGP/GPG public key:
```
-----BEGIN PGP PUBLIC KEY BLOCK-----
xjMEZfdSjxYJKwYBBAHaRw8BAQdA8YoxV0iaLJxVUkBlpC+FQyOiCvWPcnnk
O8rsfRHT22bNK3NlY3VyaXR5QG5lZXNzZW4uZGV2IDxzZWN1cml0eUBuZWVz
c2VuLmRldj7CjAQQFgoAPgWCZfdSjwQLCQcICZAajWCli0ncDgMVCAoEFgAC
AQIZAQKbAwIeARYhBB6X6h8oUi9vvjcMFxqNYKWLSdwOAACHrQEAmfT2HNXF
x1W0z6E6PiuoHDU6DzZ1MC6TZkFfFoC3jJ0BAJZdZnf6xFkVtEAbxNIVpIkI
zjVxgI7gefYDXbqzQx4PzjgEZfdSjxIKKwYBBAGXVQEFAQEHQBdOGYxMLrCy
+kypzTe9jgaEOjob2VVsZ2UV2K9MGKYYAwEIB8J4BBgWCgAqBYJl91KPCZAa
jWCli0ncDgKbDBYhBB6X6h8oUi9vvjcMFxqNYKWLSdwOAABIFAEA3YglATpF
YrJxatxHb+yI6WdhhJTA2TaF2bxBl10d/xEA/R5CKbMe3kj647gjiQ1YXQUh
dM5AKh9kcJn6FPLEoKEM
=nm5C
-----END PGP PUBLIC KEY BLOCK-----
```

0 comments on commit 2721f1f

Please sign in to comment.