Skip to content

Commit 70930e0

Browse files
committed
Add security reporting contact
This seems like the least painful option for security reporting management.
1 parent 6afd9ad commit 70930e0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ To contribute to the project, begin by cloning the repo and installing the neces
7676

7777
gem install json rack ruby-prof test-spec test-unit
7878

79-
To run the entire test suite, run
79+
To run the entire test suite, run
8080

8181
rake test
8282

8383
To run a specific component's tests run
8484

8585
specrb -Ilib:test -w test/spec_rack_thecomponent.rb
8686

87-
This works on ruby 1.8.7 but has problems under ruby 1.9.x.
87+
This works on ruby 1.8.7 but has problems under ruby 1.9.x.
8888

8989
TODO: instructions for 1.9.x and include bundler
9090

@@ -98,10 +98,16 @@ The criteria for middleware being included in this project are roughly as follow
9898
These criteria were introduced several years after the start of the project, so some of the included middleware may not meet all of them. In particular, several middleware have external dependencies. It is possible that in some future release of rack-contrib, middleware with external depencies will be removed from the project.
9999

100100
When submitting code keep the above criteria in mind and also see the code
101-
guidelines in CONTRIBUTING.md.
101+
guidelines in CONTRIBUTING.md.
102102

103103
### Links
104104

105105
* rack-contrib on GitHub:: <https://github.com/rack/rack-contrib>
106106
* Rack:: <https://rack.github.io/>
107107
* Rack On GitHub:: <https://github.com/rack/rack>
108+
109+
110+
### Security Reporting
111+
112+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security).
113+
Tidelift will coordinate the fix and disclosure.

0 commit comments

Comments
 (0)