docs: restore canonical security policy over bot-added SECURITY.md#597
Merged
Conversation
Replace the top-level SECURITY.md added by the Salesforce OSPO Service Bot on 2026-06-02 with a full security policy, and remove the older, minimal .github/SECURITY.md. GitHub resolves security policy with root taking precedence over .github/, so the bot file (pointing to sfdc.co/SubmitVuln) had silently become the effective policy. Rather than restore the outdated stub, the root SECURITY.md now follows the same pattern as the other slackapi repositories: HackerOne (https://hackerone.com/slack) as the primary reporting channel, a CLI-specific threat model, and a coordinated disclosure policy. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #597 +/- ##
==========================================
+ Coverage 71.65% 71.68% +0.03%
==========================================
Files 226 226
Lines 19176 19176
==========================================
+ Hits 13740 13746 +6
+ Misses 4224 4220 -4
+ Partials 1212 1210 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
zimeg
approved these changes
Jun 19, 2026
zimeg
left a comment
Member
There was a problem hiding this comment.
@WilliamBergamin Thanks for combining these into a more descriptive page! 📠 ✨
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
The Salesforce OSPO Service Bot committed a top-level
SECURITY.mdto this repo. But in fact we want to direct reporter to the Slack bug bounty program on HackerOne (https://hackerone.com/slack).The fix
SECURITY.mdto match the pattern in other projects like (docs: restore canonical security policy over bot-added SECURITY.md bolt-js#2987, docs: restore canonical security policy over bot-added SECURITY.md bolt-python#1533, docs: restore canonical security policy over bot-added SECURITY.md node-slack-sdk#2630...)