| Version | Supported |
|---|---|
latest (main) |
✅ |
REDACTED is a Devvit Web app running on the Reddit developer platform. In
addition to normal application code (src/, tools/case-compiler/), the
security-relevant surface includes:
- Truth leakage — no endpoint should ever return undealt shard text or any
truthfield before it is meant to be revealed (invariant I2, enforced byserialize.ts). - Redis schema — this app must never introduce plain Redis lists/sets outside
the hash/zset schema documented in
README.md. devvit.jsonpermissions —http.enablemust stayfalse; any change that enables outbound HTTP or widensreddit.asUserscopes is a security-review item, not a routine PR.
Please do not open a public issue for security vulnerabilities. Instead, report them privately:
- Email edy.cu@live.com, or
- Use GitHub's private vulnerability reporting (Security → Report a vulnerability).
You'll get an acknowledgment within 48 hours and a resolution timeline after triage. Please give us a reasonable window to patch before public disclosure.