From c9570150f9249413663d69347c64facdccee9d1f Mon Sep 17 00:00:00 2001 From: mibo Date: Mon, 14 Jun 2021 17:51:49 +0200 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..383e3a1b8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +Only the latest release will be fully supported regarding security updates. +This decision was taken as the micro versions are backward compatible and Olingo V2 currently have no minor version besides the `.0.`. + +| Version | Supported | +| ------- | ------------------ | +| 2.0.11 | :white_check_mark: | +| < 2.0.11 | :x: | + +## Reporting a Vulnerability + +Apache Olingo follows the Apache +[general guidelines for handling security vulnerabilities](http://www.apache.org/security/committers.html).