From b4264bc17ede605e8a4b6cb2f98e893b3eb7b222 Mon Sep 17 00:00:00 2001 From: George Adams Date: Wed, 2 Oct 2024 19:40:53 +0000 Subject: [PATCH] 8340815: Add SECURITY.md file Reviewed-by: andrew Backport-of: 0474f020bf276c761f46bc8ba0873ed90a8fd19b --- SECURITY.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..f4c5e7e67c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# JDK Vulnerabilities + +Please follow the process outlined in the [OpenJDK Vulnerability Policy](https://openjdk.org/groups/vulnerability/report) to disclose vulnerabilities in the JDK.