From d683fdd2efc54a01feca51f5034d87a8b7a37e38 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Tue, 28 May 2024 21:31:19 +0200 Subject: [PATCH] Add security contact according to RFC 9116 This hopefully makes it to: https://cockpit-project.org/.well-known/security.txt See also: https://github.com/cockpit-project/cockpit/pull/20529 --- .well-known/security.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .well-known/security.txt diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 00000000..40de1aad --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,3 @@ +Contact: https://access.redhat.com/security/team/contact/ +Expires: 2026-05-23T23:00:00.000Z +# See also more specific information in each Git repo, e.g.: https://github.com/cockpit-project/cockpit/blob/main/SECURITY.md