Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add security team #438

Merged
merged 4 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ details on submitting patches and the contribution workflow.
## License

Kurator is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.

## report a vulnerability

If you find a vulnerability in Kurator, you can report it to our security-team in the [following way](https://github.com/kurator-dev/kurator/security-team/report-a-vulnerability.md). We will deal with it as soon as possible.
17 changes: 17 additions & 0 deletions security-team/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why have bug-report here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I think that since we have a security vulnerability submission specification, we should also need a template for the submission content

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug report is a separate issue, no need to couple with vulnerability. It can be linked in developer guide

-->

**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:

- Kurator version:
- kubectl version:
- fluxcd version:
- Others:
20 changes: 20 additions & 0 deletions security-team/report-a-vulnerability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Report a Vulnerability
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link to the readme


We sincerely request you to keep the vulnerability information confidential and responsibly disclose the vulnerabilities.

To report a vulnerability, please contact the [Security Team](security-groups.md). You can email the Security Team with the security details and the details expected for [kurator bug report](https://github.com/kurator-dev/kurator/security-team/bug-report.md).

The team will help diagnose the severity of the issue and determine how to address the issue. The reporter(s) can expect a response within 2 business day acknowledging the issue was received. If a response is not received within 2 business day, please reach out to any Security Team member (listed [here](security-groups.md), under the `The Security Team` section) directly to confirm receipt of the issue. We’ll try to keep you informed about our progress throughout the process.

### When Should I Report a Vulnerability?

- You think you discovered a potential security vulnerability in Kurator
- You are unsure how a vulnerability affects Kurator

### When Should I NOT Report a Vulnerability?

- You need help tuning Kurator components for security
- You need help applying security related updates
- Your issue is not security related

If you think you discovered a vulnerability in another project that Kurator depends on, and that project has their own vulnerability reporting and disclosure process, please report it directly there.
11 changes: 11 additions & 0 deletions security-team/security-groups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## The Security Team

Owners:

- [xuzhonghu@huawei.com](mailto:xuzhonghu@huawei.com)

Members:

- [xuzhonghu@huawei.com](mailto:xuzhonghu@huawei.com)
- [xieqianglong@huawei.com](mailto:xieqianglong@huawei.com)
- [lizhencheng6@huawei.com](mailto:lizhencheng6@huawei.com)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please donot use personal email, will apply a email group

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After applying for an email group, the content will be updated.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security team is a team consists of different people to handle security issues.
I think it's fine to list team members here, but please make sure people report security issues to a email group.

Loading