File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ you need access credentials for a successful exploit).
18
18
19
19
If you have not received a reply to your email within 48 hours or you have not heard from the security team
20
20
for the past five days please contact the security team directly:
21
- - Primary security coordinator: lenin@min.io
22
- - Secondary coordinator: security@min.io
23
- - If you receive no response: dev@min.io
21
+
22
+ - Primary security coordinator: daniel@min.io
23
+ - Secondary coordinator: security@min.io
24
+ - If you receive no response: dev@min.io
24
25
25
26
### Disclosure Process
26
27
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ export const validRoutes = (features: string[] | null | undefined) => {
98
98
e . preventDefault ( ) ;
99
99
window . open (
100
100
"https://min.io/docs/minio/linux/index.html?ref=con" ,
101
- "_blank"
101
+ "_blank" ,
102
+ "noopener"
102
103
) ;
103
104
} ,
104
105
} ,
Original file line number Diff line number Diff line change @@ -543,7 +543,14 @@ const Login = () => {
543
543
under GNU AGPL v3 and is available on every cloud - public, private
544
544
and edge. For more information on the terms of the license or to
545
545
learn more about commercial licensing options visit the{ " " }
546
- < a href = { "https://min.io/pricing" } > pricing page</ a > .
546
+ < a
547
+ href = { "https://min.io/pricing?ref=con" }
548
+ target = "_blank"
549
+ rel = "noopener"
550
+ >
551
+ pricing page
552
+ </ a >
553
+ .
547
554
</ Fragment >
548
555
}
549
556
/>
You can’t perform that action at this time.
0 commit comments