From 1fde1578de020b58d1c2e69bfeeedd436d670b23 Mon Sep 17 00:00:00 2001 From: Bryan B Date: Tue, 23 Jan 2024 14:24:32 -0800 Subject: [PATCH] Add security-policy. (#975) --- src/SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/SECURITY.md diff --git a/src/SECURITY.md b/src/SECURITY.md new file mode 100644 index 00000000..e143a073 --- /dev/null +++ b/src/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +For more information on how Intel works to resolve security issues, see the [Vulnerability Handling Guidelines]. + +### Reporting a Vulnerability + +Please report any security issues or vulnerabilities you may find to Intel's [Security Center]. + +[Security Center]: https://www.intel.com/security +[Vulnerability Handling Guidelines]: https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html