diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-28 20:13:13 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-28 20:13:13 +0000 |
commit | 4ff157d40f3198a110e119026fc1d55c8ead03b1 (patch) | |
tree | 09e48335f41661afb1e9312eea32b9f34107d556 | |
parent | 4a715c73608012f879671351254bbe3480237404 (diff) | |
parent | 8706890f9b8b5b743616b82e93407fb02a46e7e6 (diff) | |
download | gitlab-ce-4ff157d40f3198a110e119026fc1d55c8ead03b1.tar.gz |
Merge branch 'security_vulnerabilities' of /home/git/repositories/gitlab/gitlabhq
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d9be5bdc21..d1fdd93850a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,7 @@ This guide details how to use issues and pull requests to improve GitLab. - [Closing policy for issues and pull requests](#closing-policy-for-issues-and-pull-requests) - [Issue tracker](#issue-tracker) - [Pull requests](#pull-requests) +- [Security vulnerabilities](#security-vulnerabilities) If you want to know how the GitLab team handles contributions have a look at [the GitLab contributing process](PROCESS.md). @@ -73,3 +74,6 @@ We will accept pull requests if: * It is a single commit (please use `git rebase -i` to squash commits) For examples of feedback on pull requests please look at already [closed pull requests](https://github.com/gitlabhq/gitlabhq/pulls?direction=desc&page=1&sort=created&state=closed). + +## Security vulnerabilities +Please report security vulnerabilities in private to support@gitlab.com; also see http://www.gitlab.com/disclosure/. Do NOT create GitHub issues for security vulnerabilities. |