Skip to content

Commit

Permalink
Add security reporting contact
Browse files Browse the repository at this point in the history
This seems like the least painful option for security reporting management.
  • Loading branch information
mpalmer committed May 10, 2024
1 parent 6afd9ad commit 70930e0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ To contribute to the project, begin by cloning the repo and installing the neces

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

To run the entire test suite, run
To run the entire test suite, run

rake test

To run a specific component's tests run

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

This works on ruby 1.8.7 but has problems under ruby 1.9.x.
This works on ruby 1.8.7 but has problems under ruby 1.9.x.

TODO: instructions for 1.9.x and include bundler

Expand All @@ -98,10 +98,16 @@ The criteria for middleware being included in this project are roughly as follow
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.

When submitting code keep the above criteria in mind and also see the code
guidelines in CONTRIBUTING.md.
guidelines in CONTRIBUTING.md.

### Links

* rack-contrib on GitHub:: <https://github.com/rack/rack-contrib>
* Rack:: <https://rack.github.io/>
* Rack On GitHub:: <https://github.com/rack/rack>


### Security Reporting

To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security).
Tidelift will coordinate the fix and disclosure.

0 comments on commit 70930e0

Please sign in to comment.