Skip to content

Ruby now uses HackerOne for managing security vulnerability reports #1410

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

Merged
merged 1 commit into from
Jul 5, 2016
Merged
Changes from all 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
18 changes: 15 additions & 3 deletions en/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,21 @@ Here you will find information about security issues of Ruby.

## Reporting Security Vulnerabilities

Security vulnerabilities should be reported via an email to
security@ruby-lang.org ([the PGP public key](/security.asc)), which is a
private mailing list. Reported problems will be published after fixes.
Security vulnerabilities in the Ruby programming language should be
reported through our [bounty program page at
HackerOne](https://hackerone.com/ruby). Please ensure you read the
specific details around the scope of our program before reporting
an issue. Any valid reported problems will be published after fixes.

If you have found an issue affecting one of our websites, please
report it [via GitHub](https://github.com/ruby/www.ruby-lang.org/issues/new).

If you have found an issue that affects a specific Ruby gem, follow the
[instructions on RubyGems.org](http://guides.rubygems.org/security/#reporting-security-vulnerabilities).

If you need to get in touch with the security team directly outside
of HackerOne, you can send email to security@ruby-lang.org
([the PGP public key](/security.asc)), which is a private mailing list.

The members of the mailing list are people who provide Ruby
(Ruby committers and authors of other Ruby implementations,
Expand Down