From 2aed46cfb02fbbcc950de1ea6c208bcff876e352 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Sun, 28 Aug 2022 20:26:23 -0300 Subject: [PATCH] Add security monitoring and readme --- .github/dependabot.yml | 6 ++++++ README.md | 1 + SECURITY.md | 11 +++++++++++ 3 files changed, 18 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 README.md create mode 100644 SECURITY.md diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f174799 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d5ffd1 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +I'll update this, leave me alone. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..6b06e26 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Tags + +| Tag | ReVanced Version | +| ------- | ------------------ | +| latest | latest upstream | + +## Reporting a Vulnerability + +To report a vulnerability, please open an Issue in our issue tracker here on GitHub. \ No newline at end of file