From c04649bf4004dfadc61cee14d73724d64a5ea035 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 2 Aug 2026 07:28:17 +0200 Subject: [PATCH] docs: add security policy --- SECURITY.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..ca59fdd --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,20 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 5.x | :white_check_mark: | +| < 5.x | :x: | + +## Reporting a Vulnerability + +- **Critical:** report privately via the [Security](https://github.com/hacdias/webdav/security) page. +- **Non-critical:** open a public issue so the community can help; it'll be labeled it as a security issue. + +Please include, where possible: + +- The commit the issue was found at +- A plaintext proof of concept (no binaries) +- Steps to reproduce +- Recommended remediation, if any