mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 07:36:50 +00:00
Initial commit: pokebuddy_cli
This commit is contained in:
commit
d58df9bd10
47 changed files with 1684 additions and 0 deletions
27
SECURITY.md
Normal file
27
SECURITY.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Security Policy
|
||||
|
||||
PokeBuddy CLI is local-first and stores user state at:
|
||||
|
||||
```text
|
||||
~/.pokebuddy/state.json
|
||||
```
|
||||
|
||||
It does not require network access, accounts or telemetry.
|
||||
|
||||
## Supported versions
|
||||
|
||||
| Version | Supported |
|
||||
|---|---|
|
||||
| 0.x | Yes |
|
||||
|
||||
## Reporting a vulnerability
|
||||
|
||||
Please report security issues privately when possible. If a private channel is not yet listed, open a minimal GitHub issue requesting security contact without publishing exploit details.
|
||||
|
||||
## Security principles
|
||||
|
||||
- No telemetry by default.
|
||||
- No hidden network calls.
|
||||
- No shell command execution from companion data.
|
||||
- Companion plugins must be explicit and user-installed.
|
||||
- Local state should remain human-readable.
|
||||
Loading…
Add table
Add a link
Reference in a new issue