Revision 0f27cb758ff76b709fc73bc9dfdce4717c39cc32 authored by Larry Bradley on 27 October 2023, 22:39:11 UTC, committed by Larry Bradley on 27 October 2023, 23:05:55 UTC
1 parent 39373a4
Raw File
SECURITY.md
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported          |
| ------- | ------------------ |
| 6.0.x   | :white_check_mark: |
| 5.3.x   | :white_check_mark: |
| 5.2.x   | :x:                |
| 5.1.x   | :x:                |
| 5.0.x   | :white_check_mark: |
| < 5.0   | :x:                |

## Reporting a Vulnerability

[GitHub private security vulnerability reporting](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability)
should be enabled for `astropy`. But if that does not work for whatever reason, please report to `coordinators[at]astropy.org` (also see [Astropy Team listing](https://www.astropy.org/team)).

We will respond as soon as we are able. If vulnerability is accepted, we will work on a hotfix ASAP but that might still take a few weeks given the limited resources.
If a vulnerability is declined, we will take no further action as far as code is concerned. Either way, we will communicate back with you.

Thank you for your help!
back to top