Skip to content

Commit

Permalink
Merge pull request #256 from jzwlqx/feature/security-info
Browse files Browse the repository at this point in the history
Feature/security info
  • Loading branch information
jzwlqx authored Apr 16, 2024
2 parents ea4ccd8 + ea7c480 commit 97dd6d2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ Feel free to open issues and pull requests. Any feedback is much appreciated!

Most source code in KubeSkoop which running on userspace are licensed under the [Apache License, Version 2.0](LICENSE.md).
The BPF code in `/bpf` directory are licensed under the [GPL v2.0](bpf/COPYING) to compat with Linux kernel helper functions.

## 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.
7 changes: 5 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,8 @@ kubectl get svc -n kubeskoop webconsole

## License

Most source code in KubeSkoop which running on userspace are licensed under the [Apache License, Version 2.0](LICENSE.md).
The BPF code in `/bpf` directory are licensed under the [GPL v2.0](bpf/COPYING) to compat with Linux kernel helper functions.
KubeSkoop的多数用户态代码使用[Apache License, Version 2.0](LICENSE.md)`/bpf`目录下的BPF代码使用[GPL v2.0](bpf/COPYING)

## 安全

如果您发现了代码中的安全漏洞,请联系[kubernetes-security@service.aliyun.com](kubernetes-security@service.aliyun.com)。详见 [SECURITY.md](SECURITY.md)
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 1.0.0 | :white_check_mark: |
| < 1.0.0 | :x: |

## 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)

## Vulnerability Management Plans

### Critical Updates And Security Notices

We learn about critical software updates and security threats from these sources

1. GitHub Security Alerts
2. [Dependabot](https://dependabot.com/) Dependency Updates

0 comments on commit 97dd6d2

Please sign in to comment.