Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This document outlines the security requirements and best practices for implemen

**Implementation Requirements:**

1. **Default State**: All inbound traffic must be blocked by default
1. **Default State**: All inbound traffic must be blocked by default (exemption may be made to 22, though the sdk prefers to explicitly set this)
2. **Explicit Allow**: Inbound access must be explicitly granted through `FirewallRule` resources
3. **Outbound Freedom**: Outbound traffic should be unrestricted by default
5. **Security Groups**: Use cloud provider security groups or equivalent (AWS Security Groups, GCP Firewall Rules, Azure NSGs) for network isolation
Expand Down Expand Up @@ -137,4 +137,4 @@ For security issues, vulnerabilities, or questions:

---

**Note**: This document is a living document and will be updated as security requirements evolve. All cloud integrations must comply with these requirements to ensure the security and integrity of the Brev Compute SDK ecosystem.
**Note**: This document is a living document and will be updated as security requirements evolve. All cloud integrations must comply with these requirements to ensure the security and integrity of the Brev Compute SDK ecosystem.
Loading