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
33 changes: 0 additions & 33 deletions .github/workflows/deploy.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .todo/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Planned Security Updates

### v0.3.0
- [ ] **Release Signing**: GPG signatures for releases (v0.3.0)
- [ ] **Audit Logging**: Security event logging (v0.3.0)
- [ ] **SBOM**: Software Bill of Materials (v0.3.0)

### v0.4.0
- [ ] **RBAC**: Role-based access control for webhook API (v0.4.0)
17 changes: 0 additions & 17 deletions docs/community/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,23 +411,6 @@ The webhook server is a public HTTP endpoint. Risks:
- Set worker limits
- Monitor resource usage

## Security Features

### Current

- **HMAC Signature Verification**: GitHub and GitLab webhooks
- **Input Validation**: Sanitized repository URLs and paths
- **Resource Limits**: Configurable worker pools
- **Secure Defaults**: AI disabled by default, localhost binding
- **Environment Variables**: Secrets via env vars, not files

### Planned

🔄 **Release Signing**: GPG signatures for releases (v0.3.0)
🔄 **RBAC**: Role-based access control for webhook API (v0.4.0)
🔄 **Audit Logging**: Security event logging (v0.3.0)
🔄 **SBOM**: Software Bill of Materials (v0.3.0)

## Compliance

### Open Source License
Expand Down
6 changes: 6 additions & 0 deletions wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@

"vars": {
"ENVIRONMENT": "production"
},
"observability": {
"logs": {
"enabled": true,
"invocation_logs": true
}
}
}
Loading