From 26246f483bdf274fc70f45bbc166c04c2f653da9 Mon Sep 17 00:00:00 2001 From: "jizhong.jiangjz" Date: Tue, 16 Apr 2024 11:32:56 +0800 Subject: [PATCH] change mail link to start with mailto: --- README.md | 2 +- README_zh.md | 2 +- SECURITY.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0536950d..df63c22e 100644 --- a/README.md +++ b/README.md @@ -128,4 +128,4 @@ The BPF code in `/bpf` directory are licensed under the [GPL v2.0](bpf/COPYING) ## Security -Please report vulnerabilities by email to [kubernetes-security@service.aliyun.com](kubernetes-security@service.aliyun.com). Also see our [SECURITY.md](SECURITY.md) file for details. +Please report vulnerabilities by email to [kubernetes-security@service.aliyun.com](mailto:kubernetes-security@service.aliyun.com). Also see our [SECURITY.md](SECURITY.md) file for details. diff --git a/README_zh.md b/README_zh.md index 0f3f8a5f..d2d5aaf3 100644 --- a/README_zh.md +++ b/README_zh.md @@ -126,4 +126,4 @@ KubeSkoop的多数用户态代码使用[Apache License, Version 2.0](LICENSE.md) ## 安全 -如果您发现了代码中的安全漏洞,请联系[kubernetes-security@service.aliyun.com](kubernetes-security@service.aliyun.com)。详见 [SECURITY.md](SECURITY.md) +如果您发现了代码中的安全漏洞,请联系[kubernetes-security@service.aliyun.com](mailto:kubernetes-security@service.aliyun.com)。详见 [SECURITY.md](SECURITY.md) diff --git a/SECURITY.md b/SECURITY.md index 01507cd9..740bdeb4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ ## Reporting a Vulnerability -DO NOT CREATE AN ISSUE to report a security problem. Instead, please send an email to [kubernetes-security@service.aliyun.com](kubernetes-security@service.aliyun.com) +DO NOT CREATE AN ISSUE to report a security problem. Instead, please send an email to [kubernetes-security@service.aliyun.com](mailto:kubernetes-security@service.aliyun.com) ## Vulnerability Management Plans