docs: restore canonical security policy over bot-added SECURITY.md#1533
Open
WilliamBergamin wants to merge 1 commit into
Open
docs: restore canonical security policy over bot-added SECURITY.md#1533WilliamBergamin wants to merge 1 commit into
WilliamBergamin wants to merge 1 commit into
Conversation
Move .github/SECURITY.md to the repository root so it replaces the top-level SECURITY.md added by the Salesforce OSPO Service Bot on 2026-06-02. GitHub resolves security policy with root taking precedence over .github/, so the bot file had silently shadowed the maintained policy. This restores the correct reporting channel. 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 #1533 +/- ##
=======================================
Coverage 91.34% 91.34%
=======================================
Files 228 228
Lines 7279 7279
=======================================
Hits 6649 6649
Misses 630 630 ☔ View full report in Codecov by Harness. |
zimeg
approved these changes
Jun 19, 2026
zimeg
left a comment
Member
There was a problem hiding this comment.
@WilliamBergamin Kind thanks for keeping these visible and current 🔐
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
This PR moves
.github/SECURITY.mdto the repository root, which:SECURITY.mdwith the maintained policy, and.github/SECURITY.md.