Skip to content

Commit 4ed7047

Browse files
committed
Make security policy more prominent in docs
[ci skip]
1 parent 2202e81 commit 4ed7047

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
#### **Did you find a bug?**
44

5+
* **Do not open up a GitHub issue if the bug is a security vulnerability
6+
in Rails**, and instead to refer to our [security policy](http://rubyonrails.org/security/).
7+
58
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rails/rails/issues).
69

710
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/rails/rails/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ and may also be used independently outside Rails.
7878
We encourage you to contribute to Ruby on Rails! Please check out the
7979
[Contributing to Ruby on Rails guide](http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html) for guidelines about how to proceed. [Join us!](http://contributors.rubyonrails.org)
8080

81+
Trying to report a possible security vulnerability in Rails? Please
82+
check out our [security policy](http://rubyonrails.org/security/) for
83+
guidelines about how to proceed.
84+
8185
Everyone interacting in Rails and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](http://rubyonrails.org/conduct/).
8286

8387
## Code Status

0 commit comments

Comments
 (0)