Skip to content

4.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 10:42

Security

New

  • Protected token storage — the core plugin context API now explicitly blocks access to discord-token-config for both read and write operations, preventing third-party plugins from ever touching sensitive Discord token data by filename.

Improved

  • Hardened config I/O APIreadConfig and writeConfig now enforce an explicit deny-list for sensitive configuration keys (including discord-token-config) and are ready for an allow-list-based policy, significantly reducing the risk of file-based data exfiltration through the plugin API surface.