Skip to content

Commit

Permalink
Add a SECURITY.md file (#6051)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Feb 20, 2024
1 parent ba8993e commit c4e4b9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ tag = True
tag_name = {new_version}

[bumpversion:file:scrapy/VERSION]

[bumpversion:file:SECURITY.md]
parse = (?P<major>\d+)\.(?P<minor>\d+)\.x
serialize = {major}.{minor}.x
12 changes: 12 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 2.11.x | :white_check_mark: |
| < 2.11.x | :x: |

## Reporting a Vulnerability

Please report the vulnerability using https://github.com/scrapy/scrapy/security/advisories/new.

0 comments on commit c4e4b9b

Please sign in to comment.