From 70395d14eb261d945ee85fbfb45eaf04533bb7bb Mon Sep 17 00:00:00 2001 From: Srigovind Nayak Date: Tue, 30 Jan 2024 16:44:57 +0530 Subject: [PATCH 1/3] Create SECURITY.md added the process to report security vulnerabilities --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..3f043aef8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# 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 | +| ------- | ------------------ | +| 3.5.4 | :white_check_mark: | + +## Reporting a Vulnerability + +You can use the template provided at https://github.com/zmanda/amanda/security to report any security vulnerabilities. From 27791291998de149d19ce497845389aaa11e1c9e Mon Sep 17 00:00:00 2001 From: Srigovind Nayak Date: Wed, 31 Jan 2024 11:07:03 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd1598f0e..0641a0038 100644 --- a/README.md +++ b/README.md @@ -211,5 +211,7 @@ http://wiki.zmanda.com https://github.com/zmanda/amanda/issues +* To report security issues: [Security Policy](https://github.com/zmanda/amanda/blob/master/SECURITY.md) + Backup, Share and Enjoy, The Amanda Community Development Team From 6c8337f7854ffb46f266e3591a41622109d7b007 Mon Sep 17 00:00:00 2001 From: Srigovind Nayak Date: Wed, 31 Jan 2024 11:08:44 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0641a0038..5f59e1327 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ http://wiki.zmanda.com https://github.com/zmanda/amanda/issues -* To report security issues: [Security Policy](https://github.com/zmanda/amanda/blob/master/SECURITY.md) +* To report security issues: [Security Policy](SECURITY.md) Backup, Share and Enjoy, The Amanda Community Development Team