Skip to content

Commit 00a8e05

Browse files
authored
Merge pull request #1179 from activerecord-hackery/security
Move security contact information to SECURITY.md
2 parents cc561c6 + edebcc3 commit 00a8e05

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.github/SECURITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
At the moment, only the latest major.minor release stream is supported with
6+
security updates.
7+
8+
## Reporting a Vulnerability
9+
10+
Please use the Tidelift security contact to [report a security
11+
vulnerability](https://tidelift.com/security). Tidelift will coordinate the fix
12+
and disclosure.

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -891,12 +891,6 @@ both in the same application. If both are present, Ransack will default to
891891
Active Record only. The logic is contained in
892892
`Ransack::Adapters#instantiate_object_mapper` should you need to override it.
893893

894-
## Security contact information
895-
896-
Please use the Tidelift security contact to [report a security
897-
vulnerability](https://tidelift.com/security). Tidelift will coordinate the fix
898-
and disclosure.
899-
900894
## Semantic Versioning
901895

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

0 commit comments

Comments
 (0)