-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Security Policy | ||
|
||
As an open-source project, we understand the importance of and responsibility | ||
for security. This Security policy outlines our guidelines and procedures for | ||
ensuring the highest level of Security and trust for our users who consume the | ||
oneAPI Construction Kit. | ||
|
||
## Supported Versions | ||
|
||
We will perform patch releases for the supported [latest version][1] or create | ||
new releases which contain fixes for security vulnerabilities and important | ||
bugs. | ||
|
||
## Report a Vulnerability | ||
|
||
We are very grateful to the security researchers and users that report back | ||
security vulnerabilities. We investigate every report thoroughly. | ||
We strongly encourage you to report security vulnerabilities to us privately, | ||
before disclosing them on public forums or opening a public GitHub issue. | ||
Report a vulnerability to us in one of two ways: | ||
|
||
* Open a draft [**GitHub Security Advisory**][2] | ||
* Send e-mail to the following address: <[email protected]>. | ||
|
||
Along with the report, please include the following info: | ||
|
||
* A descriptive title. | ||
* Your name and affiliation (if any). | ||
* A description of the technical details of the vulnerabilities. | ||
* A minimal example of the vulnerability so we can reproduce your findings. | ||
* An explanation of who can exploit this vulnerability, and what they gain | ||
when doing so. | ||
* Whether this vulnerability is public or known to third parties. If it is, | ||
please provide details. | ||
|
||
### When Should I Report a Vulnerability? | ||
|
||
* You think you discovered a potential security vulnerability in oneAPI | ||
Construction Kit. | ||
* You are unsure how the potential vulnerability affects oneAPI Construction | ||
Kit. | ||
* You think you discovered a vulnerability in another project or 3rd party | ||
component on which oneAPI Construction Kit depends. If the issue is not fixed | ||
in the 3rd party component, try to report directly there first. | ||
|
||
### When Should I NOT Report a Vulnerability? | ||
|
||
* You got an automated scan hit and are unable to provide details. | ||
* You need help using oneAPI Construction Kit for security. | ||
* You need help applying security-related updates. | ||
* Your issue is not security-related. | ||
|
||
## Security Reports Review Process | ||
|
||
Our goal is to respond quickly to your inquiry, and to coordinate a fix and | ||
disclosure with you. All confirmed security vulnerabilities will be addressed | ||
according to severity level and impact on the oneAPI Construction Kit. | ||
Normally, security issues are fixed in the next planned release. | ||
|
||
## Disclosure Policy | ||
|
||
We will publish security advisories using the | ||
[**GitHub Security Advisories feature**][3] | ||
to keep our community well-informed, and will credit you for your findings | ||
unless you prefer to stay anonymous. We request that you refrain from | ||
exploiting the vulnerability or making it public before the official disclosure. | ||
|
||
We will disclose the vulnerabilities and/or bugs as soon as possible once | ||
mitigation is implemented and available. | ||
|
||
## Feedback on This Policy | ||
|
||
If you have any suggestions on how this Policy could be improved, please submit | ||
an issue or a pull request to this repository. Please **do not** report | ||
potential vulnerabilities or security flaws via a pull request. | ||
|
||
[1]: https://github.com/uxlfoundation/oneapi-construction-kit/releases/latest | ||
[2]: https://github.com/uxlfoundation/oneapi-construction-kit/security/advisories/new | ||
[3]: https://github.com/uxlfoundation/oneapi-construction-kit/security/advisories |