root: rework and expand security policy

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

# Conflicts:
#	SECURITY.md
This commit is contained in:
Jens Langhammer
2022-11-28 12:10:53 +01:00
parent f3a72761c0
commit f21a196a3b
6 changed files with 97 additions and 53 deletions

View File

@ -0,0 +1,5 @@
# Security Policy
import SecurityPolicy from "../../../SECURITY.md";
<SecurityPolicy />

View File

@ -281,5 +281,15 @@ module.exports = {
"troubleshooting/missing_admin_group",
],
},
{
type: "category",
label: "Security",
link: {
type: "generated-index",
title: "Security",
slug: "security",
},
items: ["security/policy"],
},
],
};