Skip to content

Commit 1677b94

Browse files
authored
Merge pull request #217 from mhucka/mh-add-common-files
Add SUPPORT.md and SECURITY.md files
2 parents 2464e5c + 502d941 commit 1677b94

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/SECURITY.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Reporting security issues
2+
3+
The Unitary developers and community take security bugs in Unitary seriously. We
4+
appreciate your efforts to disclose your findings responsibly, and will make
5+
every effort to acknowledge your contributions.
6+
7+
Please **do not** use GitHub issues to report security vulnerabilities; GitHub
8+
issues are public, and doing so could allow someone to exploit the information
9+
before the problem can be addressed. Instead, please use the GitHub ["Report a
10+
Vulnerability"](https://github.com/quantumlib/Unitary/security/advisories/new)
11+
interface from the _Security_ tab of the Unitary repository.
12+
13+
Please report security issues in third-party modules to the person or team
14+
maintaining the module rather than the Unitary project stewards, unless you
15+
believe that some action needs to be taken with Unitary in order to guard
16+
against the effects of a security vulnerability in a third-party module.
17+
18+
## Responses to security reports
19+
20+
The project stewards at Google Quantum AI will send a response indicating the
21+
next steps in handling your report. After the initial reply to your report, the
22+
project stewards will keep you informed of the progress towards a fix and full
23+
announcement, and may ask for additional information or guidance.
24+
25+
## Additional points of contact
26+
27+
Please contact the project stewards at Google Quantum AI via email at
28+
quantum-oss-maintainers@google.com if you have questions or other concerns. If
29+
for any reason you are uncomfortable reaching out to the project stewards,
30+
please email opensource@google.com.

SUPPORT.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Support
2+
3+
Thank you for your interest in this project! If you are experiencing problems
4+
or have questions, the following are some suggestions for how to get help.
5+
6+
> [!NOTE]
7+
> Before participating in our community, please read our [code of
8+
> conduct](CODE_OF_CONDUCT.md). By interacting with this repository,
9+
> organization, or community, you agree to abide by its terms.
10+
11+
## Report an issue or request a feature
12+
13+
To report an issue or request a feature in Unitary, please first search the
14+
[issue tracker on GitHub](https://github.com/quantumlib/Unitary/issues) to
15+
check if there is already an open issue identical or similar to your bug
16+
report/feature request. If there is none, go ahead and file a new issue in the
17+
issue tracker.
18+
19+
## Contact the maintainers
20+
21+
For any questions or concerns not addressed here, please email
22+
[quantum-oss-maintainers@google.com](mailto:quantum-oss-maintainers@google.com).

0 commit comments

Comments
 (0)