From 81f9404fe796975f05662c2a6e54913b9d25ae44 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Fri, 31 Oct 2025 15:28:11 -0400 Subject: [PATCH] Add security policy Matching the contents of the policy from connect-go; added to the `.github/` directory with the other GitHub-specific bits. Ref: https://github.com/connectrpc/connect-go/blob/main/SECURITY.md Signed-off-by: Stefan VanBuren --- .github/SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..04dcde5 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,5 @@ +Security Policy +=============== + +This project follows the [Connect security policy and reporting +process](https://connectrpc.com/docs/governance/security).