From aa8f6028565847da8d2dbfe9c0b47c69512221f9 Mon Sep 17 00:00:00 2001 From: Glassed Silver Date: Sun, 24 Apr 2022 11:12:22 +0200 Subject: [PATCH] Added Security Policy --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..18daadb --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Currently all work on this project goes into the nightly builds. +4.2's RELEASE build is now quite old and should be considered legacy. +We urge users to use the nightly releases, because the project +constantly sees fixes. + +| Version | Supported | +| ------------- | ------------------ | +| 4.2 Nightlies | :white_check_mark: | +| 4.2 Release | :x: | +| < 4.2 | :x: | + +## Reporting a Vulnerability + +Please file an issue in our GitHub's repo, because this app +isn't meant to be safe to run as public instance yet, but rather as a LAN facing app. + +We welcome PRs and help in general in making YTDL-M more secure, but it's not a priority as of now.