aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Nacht <pnacht@google.com>2023-06-06 06:00:35 -0300
committerGitHub <noreply@github.com>2023-06-06 10:00:35 +0100
commit841cd09006f99539e03cab207a29e258cfb6d023 (patch)
tree0f339f5b0068be86cf500f2003d1a1376b70e66f
parent6fc5ffd4bd37e57a446faa73a0a65ca9f4e6ac1d (diff)
downloadlibfuse-841cd09006f99539e03cab207a29e258cfb6d023.tar.gz
Add security policy (#797)
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
-rw-r--r--SECURITY.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000..19e1366
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,20 @@
+# Security Policy
+
+If you have discovered a security vulnerability in this project, please report it
+privately. **Do not disclose it as a public issue.** This gives me time to work with you
+to fix the issue before public exposure, reducing the chance that the exploit will be
+used before a patch is released.
+
+Please submit information on the vulnerability as a
+[private report](https://github.com/libfuse/libfuse/security/advisories/new).
+
+Please provide the following information in your report:
+
+- A description of the vulnerability and its impact
+- How to reproduce the issue
+
+This project is maintained by a single volunteer on a reasonable-effort basis. As such,
+I ask that you give me 90 days to work on a fix before public exposure.
+
+Note we are aware of a long-standing security issue when using `allow_others` (see
+[#15](https://github.com/libfuse/libfuse/issues/15)). \ No newline at end of file