Skip to content

Security: imfangli/memoscli

Security

SECURITY.md

Security Policy

Supported Versions

Security updates are handled on the latest main branch while the project is pre-1.0.

Reporting A Vulnerability

Please open a private security advisory on GitHub if available. If not, open an issue with minimal detail and ask for a private contact path.

Do not include live webhook URLs, tokens, secrets, private memo content, or repository credentials in public issues.

Local Secrets

~/.memo/config.toml may contain webhook URLs and HMAC secrets. The default memo data .gitignore ignores this file.

Before publishing a memo data repository, check:

git -C ~/.memo status --short
git -C ~/.memo grep -n "secret\\|token\\|password" || true

Webhook queue files under events/ are runtime state and are ignored by default.

There aren't any published security advisories