Skip to content
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

Move security contact information to SECURITY.md #1179

Merged
merged 3 commits into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security Policy

## Supported Versions

At the moment, only the latest major.minor release stream is supported with
security updates.

## Reporting a Vulnerability

Please use the Tidelift security contact to [report a security
vulnerability](https://tidelift.com/security). Tidelift will coordinate the fix
and disclosure.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,12 +891,6 @@ both in the same application. If both are present, Ransack will default to
Active Record only. The logic is contained in
`Ransack::Adapters#instantiate_object_mapper` should you need to override it.

## Security contact information

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

## Semantic Versioning

Ransack attempts to follow semantic versioning in the format of `x.y.z`, where:
Expand Down