mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
chore: include latest version
This commit is contained in:
parent
d4403aa37e
commit
2bed3fc0f7
1 changed files with 21 additions and 12 deletions
33
SECURITY.md
33
SECURITY.md
|
|
@ -1,21 +1,30 @@
|
||||||
# Security Policy
|
# Security Policy
|
||||||
|
|
||||||
|
The Docker image and code quality are regularly checked for vulnerabilities and CVEs by Snyk and CodeQL.
|
||||||
|
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
The following versions are currently being supported with security updates:
|
The following versions are currently being supported with security updates:
|
||||||
|
|
||||||
| Version | Supported | Rsync version |
|
| Version | Supported | Rsync version | Alpine version |
|
||||||
| ------- | ------------------ | ------------------ |
|
| ------- | ------------------ | ------------------ | ------------------ |
|
||||||
| 7.1.0 | :white_check_mark: | >= 3.4.1 |
|
| 8.0.0 | :white_check_mark: | >= 3.4.1-r1 | 3.22.2 |
|
||||||
| 7.0.2 | :white_check_mark: | >= 3.4.0 |
|
| 7.1.0 | :white_check_mark: | >= 3.4.1-r0 | 3.22.1 |
|
||||||
| 7.0.1 | :warning: DEPRECATED | < 3.4.0 |
|
| 7.0.2 | :warning: DEPRECATED | >= 3.4.0-r0 | 3.22.1 |
|
||||||
| 7.0.0 | :warning: DEPRECATED | < 3.4.0|
|
| 7.0.1 | :x: EOL | < 3.4.0 | 3.22.1 |
|
||||||
| 6.x | :x: EOL |< 3.4.0|
|
| 7.0.0 | :x: EOL | < 3.4.0| 3.19.1 |
|
||||||
| 5.x | :x: EOL |< 3.4.0|
|
| 6.x | :x: EOL |< 3.4.0| 3.17.2 |
|
||||||
| 4.x | :x: EOL |< 3.4.0|
|
| 5.x | :x: EOL |< 3.4.0| 3.11 - 3.14.1 - 3.15 - 3.16 - 3.17.2 |
|
||||||
| 3.0 | :x: EOL |< 3.4.0|
|
| 4.x | :x: EOL |< 3.4.0| 3.11 |
|
||||||
| 2.0 | :x: EOL |< 3.4.0|
|
| 3.0 | :x: EOL |< 3.4.0| N/A |
|
||||||
| 1.0 | :x: EOL |< 3.4.0|
|
| 2.0 | :x: EOL |< 3.4.0| Ubuntu |
|
||||||
|
| 1.0 | :x: EOL |< 3.4.0| Ubuntu |
|
||||||
|
|
||||||
|
### Terminology
|
||||||
|
|
||||||
|
EOL = End of life (no support/no updates)
|
||||||
|
|
||||||
|
DEPRECATED = Close to EOL (support/no updates)
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue