From f5529d0c286e5b4632a635bedd9dcc8f73841c6c Mon Sep 17 00:00:00 2001 From: micky387 Date: Tue, 25 Feb 2025 16:15:55 -0500 Subject: [PATCH 1/2] omni-aosp: Track our Hardware Ril repo Change-Id: I498384426f7d925c02f0551d59e08cf0fdf5f68b Signed-off-by: micky387 --- omni-aosp.xml | 1 + remove.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/omni-aosp.xml b/omni-aosp.xml index 05bc67e87..f5aa11382 100644 --- a/omni-aosp.xml +++ b/omni-aosp.xml @@ -51,6 +51,7 @@ + diff --git a/remove.xml b/remove.xml index 6b67794c8..55874af58 100644 --- a/remove.xml +++ b/remove.xml @@ -28,6 +28,7 @@ + From 4d8e5c668b93f792802581b88e90c79693f2ea7e Mon Sep 17 00:00:00 2001 From: Dar <146369620+Dareh123@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:30:17 +0630 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 000000000..034e84803 --- /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.