├── SECURITY.md └── .github └── CODEOWNERS /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | Please submit vulnerability discoveries to our bug bounty program: https://hackerone.com/hubspot 4 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | # This file is managed by GitHubManager 2 | # Changes will be overwritten, please go to https://private.hubteam.com/githubmanager to update this. 3 | 4 | * @HubSpot/security-code 5 | --------------------------------------------------------------------------------