From 042e5cd54eacab0353965c682374087a1bb60055 Mon Sep 17 00:00:00 2001 From: Mayank Pande Date: Tue, 12 May 2026 16:42:44 +0530 Subject: [PATCH] chore: ignore .DS_Store and remove unverified security fallback .gitignore: add .DS_Store so macOS Finder metadata doesn't end up committed by accident. SECURITY.md: drop the security@nudgebee.com fallback. That address was named but not verified to be monitored, and pointing reporters at a dead inbox is worse than leaving GitHub's private vulnerability reporting as the sole channel. --- .gitignore | 3 +++ SECURITY.md | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c4a059b..1da9086 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ vendor dist +# macOS Finder metadata +.DS_Store + # Output of the go coverage tool *.out cover-report.html diff --git a/SECURITY.md b/SECURITY.md index 076ddb6..58ced4f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,11 +11,6 @@ Use **GitHub's private vulnerability reporting**: 2. Click **Report a vulnerability**. 3. Fill in the form with details and, if possible, a minimal reproduction. -If for any reason that path is unavailable, contact -[security@nudgebee.com](mailto:security@nudgebee.com) instead. Encrypt -sensitive details if you have a key for that address; otherwise plain text is -acceptable for an initial contact. - ## What to include - Affected version (commit SHA or release tag).