From 5e6dae158bda1c1f32c53fc2221e2a7b8f0e7001 Mon Sep 17 00:00:00 2001 From: stanstatev <74275546+stanstatev@users.noreply.github.com> Date: Thu, 12 Nov 2020 04:13:42 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4545cd0c..e749d805 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ SAI (Split APKs Installer) is an Android app that lets you install split APKs (such as ones distributed as Android App Bundle). It has both rooted and rootless installation methods. + [Get it on F-Droid](https://f-droid.org/packages/com.aefyr.sai.fdroid/) From 4a063c56c4c43503157e3384d45cef4b77a9f0d2 Mon Sep 17 00:00:00 2001 From: stanstatev <74275546+stanstatev@users.noreply.github.com> Date: Thu, 12 Nov 2020 04:44:33 +0200 Subject: [PATCH 2/2] Create SECURITY.md --- 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 00000000..034e8480 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc.