Files
rune c3abc5a748 Update remaining oai.pm references to confab.no
Covers the per-file license-header comment (~80 Swift files) plus
the contact/website links in README.md, PRIVACY.md, and SECURITY.md.
2026-08-03 08:44:35 +02:00

30 lines
1.3 KiB
Markdown

# Security Policy
## Supported Versions
Only the latest publicly released version of Confab is supported with security fixes. Please update to the latest version before reporting an issue, and confirm it still reproduces there.
## Reporting a Vulnerability
If you discover a security vulnerability in Confab, please report it privately rather than opening a public GitHub issue.
To report a security concern, use the contact form at **[https://confab.no/#contact](https://confab.no/#contact)**.
Please include as much detail as possible:
- A description of the vulnerability and its potential impact
- Steps to reproduce the issue
- The Confab version and macOS version you're using
- Any relevant logs (`~/Library/Logs/Confab.log`), with sensitive data redacted
## Scope
Confab is a native macOS app that stores conversations, settings, and API keys locally (SQLite database and Keychain). Areas of particular interest for security reports include:
- API key handling and Keychain storage
- MCP file access permission checks
- Bash execution approval flow
- Any path that could lead to data exfiltration or unauthorized local file/system access
## Response
Reports submitted through the contact form will be reviewed and acknowledged as soon as possible. Please allow time for a fix to be developed and released before any public disclosure.