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

Add SECURITY.md #2142

Merged
merged 2 commits into from
Nov 26, 2024
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
7 changes: 5 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ How to release a new version of Holidays
- generate release notes by running ``make release-notes``
- insert the command's output into the top of ``CHANGES`` file
(see previous release notes for consistent formatting)
- commit the updated ``CHANGES`` file to ``dev`` branch with the following
commit message 'Finalize v<version>', e.g. 'Finalize v0.39'
- update the supported versions table at ``SECURITY.md`` file (the
table should contain the version being currently released)
- commit the updated ``CHANGES`` and ``SECURITY.md`` files to ``dev``
branch with the following commit message 'Finalize v<version>',
e.g. 'Finalize v0.39'
- push changes to https://github.com/vacanza/holidays ``dev`` branch
- make sure the push related CI/CD jobs have been completed successfully

Expand Down
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 |
| ------- | ------------------ |
| 0.61 | :white_check_mark: |
| < 0.61 | :x: |

## Reporting a Vulnerability

Please use [this form](https://github.com/vacanza/holidays/security/advisories/new) to report a security vulnerability.