Sfoglia il codice sorgente

Add basic security policy based on GitHub template

timvisee 6 anni fa
parent
commit
9e504f71ea
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      SECURITY.md

+ 17 - 0
SECURITY.md

@@ -0,0 +1,17 @@
+# Security Policy
+
+## Supported Versions
+
+| Version | Supported          |
+| ------- | ------------------ |
+| 0.2.x   | :white_check_mark: |
+
+## Reporting a Vulnerability
+
+To report a vulnerability in this project, or in one if it's dependency;
+please [open](https://gitlab.com/timvisee/ffsend/issues/new) a new issue
+on GitLab (or on [GitHub](https://github.com/timvisee/ffsend/issues/new)) describing the situation.
+
+For confidential issues, you may send an email to the main developer (@timvisee) at: `3a4fb3964f@sinenomine.email`
+
+To contribute code for fixing a vulnerability, please refer to the [contribution](./CONTRIBUTING.md) document.