From 1953a989680be5f52716c520d5756c25b7badb2f Mon Sep 17 00:00:00 2001
From: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
Date: Mon, 6 Mar 2023 16:12:25 -0800
Subject: [PATCH] Ref Con for Login Page Links (#2694)
---
SECURITY.md | 7 ++++---
portal-ui/src/screens/Console/valid-routes.ts | 3 ++-
portal-ui/src/screens/LoginPage/LoginPage.tsx | 9 ++++++++-
3 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/SECURITY.md b/SECURITY.md
index f0780e500..4cf080139 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -18,9 +18,10 @@ you need access credentials for a successful exploit).
If you have not received a reply to your email within 48 hours or you have not heard from the security team
for the past five days please contact the security team directly:
- - Primary security coordinator: lenin@min.io
- - Secondary coordinator: security@min.io
- - If you receive no response: dev@min.io
+
+- Primary security coordinator: daniel@min.io
+- Secondary coordinator: security@min.io
+- If you receive no response: dev@min.io
### Disclosure Process
diff --git a/portal-ui/src/screens/Console/valid-routes.ts b/portal-ui/src/screens/Console/valid-routes.ts
index 1c65b5991..951475819 100644
--- a/portal-ui/src/screens/Console/valid-routes.ts
+++ b/portal-ui/src/screens/Console/valid-routes.ts
@@ -98,7 +98,8 @@ export const validRoutes = (features: string[] | null | undefined) => {
e.preventDefault();
window.open(
"https://min.io/docs/minio/linux/index.html?ref=con",
- "_blank"
+ "_blank",
+ "noopener"
);
},
},
diff --git a/portal-ui/src/screens/LoginPage/LoginPage.tsx b/portal-ui/src/screens/LoginPage/LoginPage.tsx
index 76262435c..ca59627d6 100644
--- a/portal-ui/src/screens/LoginPage/LoginPage.tsx
+++ b/portal-ui/src/screens/LoginPage/LoginPage.tsx
@@ -543,7 +543,14 @@ const Login = () => {
under GNU AGPL v3 and is available on every cloud - public, private
and edge. For more information on the terms of the license or to
learn more about commercial licensing options visit the{" "}
- pricing page.
+
+ pricing page
+
+ .
}
/>