From 118c5b3eff6c859127ee6eb383b17cd8763d74a0 Mon Sep 17 00:00:00 2001 From: Arved Solth Date: Fri, 6 Oct 2023 13:54:33 +0200 Subject: [PATCH] Add 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 00000000000..38ead27f93d --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +The following versions of Kitodo.Production are currently being supported with ongoing feature development and/or security updates. + +| Version | Active Development | Security Fixes | +|-----| :----------------------: |:------------------------:| +| 3.7 | :heavy_check_mark: | :heavy_check_mark: | +| 3.6 | :heavy_multiplication_x: | :heavy_check_mark: | +| 3.5 | :heavy_multiplication_x: | :heavy_multiplication_x: | +| 3.3 | :heavy_multiplication_x: | :heavy_multiplication_x: | +| 3.2 | :heavy_multiplication_x: | :heavy_multiplication_x: | +| 3.1 | :heavy_multiplication_x: | :heavy_multiplication_x: | +| 3.0 | :heavy_multiplication_x: | :heavy_multiplication_x: | +| 2.x | :heavy_multiplication_x: | :heavy_multiplication_x: | +| 1.x | :heavy_multiplication_x: | :heavy_multiplication_x: | + +## Reporting a Vulnerability + +If you find a vulnerability please consider immediately reporting it to our [release management team](https://github.com/orgs/kitodo/teams/kitodo-production-maintainers) or by sending an [email](mailto:security@kitodo.org). \ No newline at end of file