Initial open source release

This commit is contained in:
joeseesun
2026-05-24 13:42:56 +08:00
commit 8abb29e13e
75 changed files with 13298 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Security
## Reporting
Please open a GitHub security advisory or a private issue if you find a vulnerability.
## Local data
The most sensitive asset is your local SQLite database. Keep it outside synced folders and do not publish it. The default path is `~/.wechat-radar/radar.db`.
## Command execution
The app invokes `wx` via `child_process.execFile` with argument arrays. Avoid changing this to shell string execution.