diff --git a/Doxyfile b/Doxyfile index cd1f4c8..1c5808f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -13,6 +13,7 @@ INPUT = isa-l.h \ include \ README.md \ CONTRIBUTING.md \ + SECURITY.md \ Release_notes.txt \ doc/functions.md \ doc/test.md \ diff --git a/README.md b/README.md index 3233ecb..5cc9ea9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Also see: as well as a list of [language bindings](https://github.com/intel/isa-l/wiki/Language-Bindings). * ISA-L [mailing list](https://lists.01.org/hyperkitty/list/isal@lists.01.org/). * [Contributing](CONTRIBUTING.md). +* [Security Policy](SECURITY.md). Building ISA-L -------------- diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..f21f9ac --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# ISA-L Security Policy + +## Report a Vulnerability + +Please report security issues or vulnerabilities to the [Intel Security Center]. + +For more information on how Intel works to resolve security issues, see +[Vulnerability Handling Guidelines]. + +[Intel Security Center]:https://www.intel.com/security +[Vulnerability Handling Guidelines]:https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html