diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-06-10 10:16:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 10:16:02 +0200 |
commit | b9a6130dc553685c3ab28632bbc69a6e49bd6c0c (patch) | |
tree | 43b091efd93c02899eeac0f710bd58546d3c2844 /SECURITY.md | |
parent | 6df5f35e6ac5f0f1adf7e5c7bf4bd2ec87b9d4bb (diff) | |
download | curl-b9a6130dc553685c3ab28632bbc69a6e49bd6c0c.tar.gz |
SECURITY.md: created
Brief security policy description for use/display on github.
Diffstat (limited to 'SECURITY.md')
-rw-r--r-- | SECURITY.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..871c06a50 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +See [docs/SECURITY-PROCESS.md](docs/SECURITY-PROCESS.md) for full details. + +## Reporting a Vulnerability + +If you have found or just suspect a security problem somewhere in curl or libcurl, +report it on [https://hackerone.com/curl](https://hackerone.com/curl). + +We treat security issuse with confidentiality until disclosed controlled and responsibly. |