Skip to content

Security: moonbit-community/MoonJust

Security

SECURITY.md

Security policy

Supported versions

MoonJust is pre-release software. Security fixes currently target the main branch. A supported release table will be published before 1.0.

Reporting a vulnerability

Do not open a public issue for a suspected command-injection, path-escape, secret-disclosure, cache-poisoning, or process-isolation vulnerability. Use GitHub's private vulnerability reporting for this repository. If that feature is unavailable, contact a repository owner privately before disclosure.

Include the MoonJust commit, target, OS/architecture, minimal justfile, command, and observed side effects. Remove credentials and unrelated environment data.

Execution boundary

A justfile is executable code. MoonJust's Wasm target relies on host-provided filesystem and process capabilities. Allowing process spawning does not imply that spawned processes are contained by the parent moonrun policy. Review untrusted justfiles and use an operating-system or container sandbox when isolation is required.

There aren't any published security advisories