Skip to content

Commit a7db373

Browse files
1ucian0Eric-Arellanomtreinish
authored
Add SECURITY.md to document security policy (Qiskit#9589)
This commit adds a SECURITY.md file to the repository to document the security policy for the project. We recently enabled the private security advisories feature on the repository (which is a relatively new "beta" feature in github). Since we now have a place to privately raise potential security issues it is good to have a documented policy on how security vulnerabilities should be reported and our support policy for the versions we will fix (which is just the latest release series). Over time we can adjust this policy as needed. Co-authored-by: Eric Arellano <[email protected]> Co-authored-by: Matthew Treinish <[email protected]>
1 parent c39fe2d commit a7db373

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

SECURITY.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Qiskit (and `qiskit-terra`) supports one minor version release at a time, both for bug and
6+
security fixes. For example, if the most recent release is 0.12.1, then the 0.12.x
7+
release series is currently supported.
8+
9+
## Reporting a Vulnerability
10+
11+
To report vulnerabilities, you can privately report a potential security issue
12+
via the Github security vulnerabilities feature. This can be done here:
13+
14+
https://github.com/Qiskit/qiskit-terra/security/advisories
15+
16+
Please do **not** open a public issue about a potential security vulnerability.
17+
18+
You can find more details on the security vulnerability feature in the Github
19+
documentation here:
20+
21+
https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability

0 commit comments

Comments
 (0)