Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
vendor
dist

# macOS Finder metadata
.DS_Store
Comment thread
mayankpande88 marked this conversation as resolved.

# Output of the go coverage tool
*.out
cover-report.html
Expand Down
5 changes: 0 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading