Skip to content

Commit 5852e41

Browse files
authored
initial commit (#1818)
1 parent b6312f9 commit 5852e41

File tree

1 file changed

+70
-5
lines changed

1 file changed

+70
-5
lines changed

SECURITY.md

Lines changed: 70 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,78 @@
1717

1818
# Security Policy
1919

20+
As an open-source project, we understand the importance of and responsibility
21+
for security. This Security Policy outlines our guidelines and procedures to
22+
ensure the highest level of security and trust for Intel(R) Extension for Scikit-learn* users.
23+
24+
## Supported Versions
25+
26+
Security vulnerabilities are fixed in the [latest version][1]
27+
and delivered as a patch release. We don't guarantee security fixes to be
28+
back-ported to older Intel(R) Extension for Scikit-learn* versions.
29+
2030
## Report a Vulnerability
2131

22-
Please report security issues or vulnerabilities to the [Intel Security Center].
32+
We are very grateful to the security researchers and users that report back
33+
security vulnerabilities. We investigate every report thoroughly.
34+
We strongly encourage you to report security vulnerabilities to us privately,
35+
before disclosing them on public forums or opening a public GitHub* issue.
36+
37+
Report a vulnerability to us in one of two ways:
38+
39+
* Open a draft **[GitHub* Security Advisory][2]**
40+
* Send an e-mail to: **[email protected]**.
41+
42+
Along with the report, provide the following info:
43+
44+
* A descriptive title.
45+
* Your name and affiliation (if any).
46+
* A description of the technical details of the vulnerabilities.
47+
* A minimal example of the vulnerability so we can reproduce your findings.
48+
* An explanation of who can exploit this vulnerability, and what they gain
49+
doing so.
50+
* Whether this vulnerability is public or known to third parties. If it is,
51+
provide details.
52+
53+
### When Should I Report a Vulnerability?
54+
55+
* You think you discovered a potential security vulnerability in Intel(R) Extension for Scikit-learn*.
56+
* You are unsure how the potential vulnerability affects Intel(R) Extension for Scikit-learn*.
57+
* You think you discovered a vulnerability in another project or 3rd party
58+
component on which Intel(R) Extension for Scikit-learn* depends. If the issue is not fixed in the 3rd party
59+
component, try to report directly there first.
60+
61+
### When Should I NOT Report a Vulnerability?
62+
63+
* You got an automated scan hit and are unable to provide details.
64+
* You need help using Intel(R) Extension for Scikit-learn* for security.
65+
* You need help applying security-related updates.
66+
* Your issue is not security-related.
67+
68+
## Security Reports Review Process
69+
70+
We aim to respond quickly to your inquiry and coordinate a fix and
71+
disclosure with you. All confirmed security vulnerabilities will be addressed
72+
according to severity level and impact on Intel(R) Extension for Scikit-learn*. Normally, security issues
73+
are fixed in the next planned release.
74+
75+
## Disclosure Policy
76+
77+
We will publish security advisories using the
78+
[**GitHub Security Advisories feature**][3]
79+
to keep our community well-informed, and will credit you for your findings
80+
unless you prefer to stay anonymous. We request that you refrain from
81+
exploiting the vulnerability or making it public before the official disclosure.
82+
83+
We will disclose the vulnerabilities and bugs as soon as possible once
84+
mitigation is implemented and available.
2385

24-
For more information on how Intel works to resolve security issues, see
25-
[Vulnerability Handling Guidelines].
86+
## Feedback on This Policy
2687

27-
[Intel Security Center]:https://www.intel.com/security
88+
If you have any suggestions on how this Policy could be improved, submit
89+
an issue or a pull request to this repository. **Do not** report
90+
potential vulnerabilities or security flaws via a pull request.
2891

29-
[Vulnerability Handling Guidelines]:https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html
92+
[1]: https://github.com/intel/scikit-learn-intelex/releases/latest
93+
[2]: https://github.com/intel/scikit-learn-intelex/security/advisories/new
94+
[3]: https://github.com/intel/scikit-learn-intelex/security/advisories

0 commit comments

Comments
 (0)