-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md Adding copyright, security reporting info and fixing a few typo's
- Loading branch information
1 parent
7661573
commit db5086c
Showing
1 changed file
with
30 additions
and
4 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
# FlexVolume | ||
See [flexvolume/windows](flexvolume/windows) for kubernetes flexvolume plugins that can mount iSCSI and SMB on windows. | ||
See [flexvolume/windows](flexvolume/windows) for Kubernetes flexvolume plugins that can mount iSCSI and SMB on Windows. | ||
|
||
# FlexProvisioner | ||
See [flexprovisioner](flexprovisioner) for an example kubernetes storage provisioner that given a window server can provision SMB and iSCSI volumes. | ||
|
||
# Contributing | ||
See [flexprovisioner](flexprovisioner) for an example Kubernetes storage provisioner that given a Windows Server can provision SMB and iSCSI volumes. | ||
|
||
## Contributing | ||
--------------- | ||
This project welcomes contributions and suggestions. Most contributions require you to agree to a | ||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us | ||
the rights to use your contribution. For details, visit https://cla.microsoft.com. | ||
|
@@ -18,3 +18,29 @@ provided by the bot. You will only need to do this once across all repos using o | |
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or | ||
contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
|
||
## Report a Computer Security Vulnerability | ||
------------------------------------------- | ||
If you are a security researcher and believe you have found a security vulnerability that meets | ||
the [definition of a security vulnerability](https://technet.microsoft.com/library/cc751383.aspx) that is not resolved by the [10 Immutable Laws of Security](https://technet.microsoft.com/library/cc722487.aspx), | ||
please send e-mail to us at [email protected]. To help us to better understand the nature and | ||
scope of the possible issue, please include as much of the below information as possible. | ||
|
||
* Type of issue (buffer overflow, SQL injection, cross-site scripting, etc.) | ||
* Product and version that contains the bug, or URL if for an online service | ||
* Service packs, security updates, or other updates for the product you have installed | ||
* Any special configuration required to reproduce the issue | ||
* Step-by-step instructions to reproduce the issue on a fresh install | ||
* Proof-of-concept or exploit code | ||
* Impact of the issue, including how an attacker could exploit the issue | ||
|
||
Microsoft follows [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/security/dn467923.aspx) (CVD) and, to protect the ecosystem, we request that those reporting to us do the same. To encrypt your message to our PGP key, please | ||
download it from the [Microsoft Security Response Center PGP Key](https://aka.ms/msrcpgp). You should receive a response | ||
within 24 hours. If for some reason you do not, please follow up with us to ensure we received | ||
your original message. For further information, please visit the Microsoft Security Response | ||
Policy and Practices page and read the [Acknowledgment Policy for Microsoft Security Bulletins](https://www.microsoft.com/technet/security/bulletin/policy.mspx). | ||
|
||
For additional details, see [Report a Computer Security Vulnerability](https://technet.microsoft.com/en-us/security/ff852094.aspx) on Technet | ||
|
||
------------------------------------------- | ||
Copyright (c) 2018 Microsoft Corp. All rights reserved. |