-
Notifications
You must be signed in to change notification settings - Fork 490
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
parser: Create SECURITY.md #1284
Conversation
/cc @bb7133 |
I don't think these sentences are appropriate because TiDB is not the only user using this repo. |
Hi, @tangenta the main purpose of adding this security policy is to inform users how to submit vulnerabilities. As the sql parser of tidb, the tidb security team is very concerned about the security issues of this repo. We hope that we can accept the security issues reported by the community, and we will also invest in support. Based on the above reasons, I have synchronized tidb's security policy. If the reviewer and maintainer think that the policy statement is inappropriate, welcome to put forward specific suggestions for modification, and I will modify the policy document. |
Co-authored-by: tangenta <[email protected]>
Rest LGTM |
Co-authored-by: tangenta <[email protected]>
Co-authored-by: tangenta <[email protected]>
Co-authored-by: tangenta <[email protected]>
@tangenta Thanks a lot for your suggestions, I have updated it. |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@dveeden: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 15d8fe4
|
@s3nt3: Your PR was out of date, I have automatically updated it for you. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
What problem does this PR solve?
Announce the way and specifications for users to submit vulnerabilities to the tidb security team through Github-Security-Policy.
What is changed and how it works?
Refer to the steps mentioned in add a security policy to your repository to create SECURITY.md.
Check List
Tests