From c0f2414d05714f7c8ebd0b7875900ed67cb2ce5e Mon Sep 17 00:00:00 2001
From: Arnout Engelen
Date: Fri, 2 Jun 2023 11:25:33 +0200
Subject: [PATCH] Link to Druid-specific security page
Add a 'Security' link to the homepage pointing to the
Druid-specific security overview page, which contains
relevant information about the Druid security trust model,
and also contains the information on how to report security
issues.
---
src/pages/index.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/pages/index.js b/src/pages/index.js
index cb463cfbb..0d3a4961b 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -101,6 +101,13 @@ export default () => {
Get started with Druid in minutes. Load your own data and query it.
+
Get Help
@@ -137,4 +144,4 @@ export default () => {
);
- }
\ No newline at end of file
+ }