diff --git a/README.md b/README.md index 95f1fa25d..c57515421 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ [![CI tests](https://github.com/NatLibFi/Skosmos/actions/workflows/ci.yml/badge.svg)](https://github.com/NatLibFi/Skosmos/actions/workflows/ci.yml) [![Test Coverage](https://codeclimate.com/github/NatLibFi/Skosmos/badges/coverage.svg)](https://codeclimate.com/github/NatLibFi/Skosmos/coverage) [![Code Climate](https://codeclimate.com/github/NatLibFi/Skosmos/badges/gpa.svg)](https://codeclimate.com/github/NatLibFi/Skosmos) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/NatLibFi/Skosmos/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/NatLibFi/Skosmos/?branch=master) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=NatLibFi_Skosmos&metric=alert_status)](https://sonarcloud.io/dashboard?id=NatLibFi_Skosmos) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/NatLibFi/Skosmos.svg)](http://isitmaintained.com/project/NatLibFi/Skosmos "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/NatLibFi/Skosmos.svg)](http://isitmaintained.com/project/NatLibFi/Skosmos "Percentage of issues still open") diff --git a/SECURITY.md b/SECURITY.md index 2cacacf81..26e612bdb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,13 +2,18 @@ ## Supported Versions -Following Skosmos versions are currently being supported with security updates by the Skosmos development team at the National Library of Finland. The "current development branch" means the master branch of the repository, whereas the "maintenance branch" is a branch called `vX.X-maintenance`, where the version number `X.X` corresponds to the latest [release](https://github.com/NatLibFi/Skosmos/releases) of Skosmos. +The following Skosmos versions are currently being supported with security updates by the Skosmos development team at the National Library of Finland. -| Version | Supported | -| --------------------------- | ------------------ | -| Current development branch | ✔️ | -| Current maintenance branch | ✔️ | -| Older versions | :x: | +* The "current Skosmos 3 development branch" means the `main` branch of the repository. +* The "current Skosmos 2 development branch" means the `skosmos-2` branch of the repository +* The "maintenance branch" is a branch called `vX.X-maintenance`, where the version number `X.X` corresponds to the latest [release](https://github.com/NatLibFi/Skosmos/releases) of Skosmos + +| Version | Supported | +| ------------------------------------- | ------------------ | +| Current Skosmos 3 development branch | :x: | +| Current Skosmos 2 development branch | ✔️ | +| Current maintenance branch | ✔️ | +| Older versions | :x: | ## Reporting a Vulnerability