Skip to content

Commit

Permalink
Merge pull request #1179 from activerecord-hackery/security
Browse files Browse the repository at this point in the history
Move security contact information to SECURITY.md
  • Loading branch information
scarroll32 authored Dec 2, 2020
2 parents cc561c6 + edebcc3 commit 00a8e05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
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

0 comments on commit 00a8e05

Please sign in to comment.