Mori DocumentationGitHub ↗
Mori v0.34.0 documentation · Library scopes and support bundles require v0.33.0 or later. Check release notes against your installed version.
GUIDES & REFERENCE Markdown source ↗

Security policy

Supported versions

森 (mori) is pre-release software. Security fixes are provided for the latest pre-release line and the default branch.

Version Supported
Default branch Yes
0.2.x Yes
0.1.x No

Reporting a vulnerability

Please use GitHub private vulnerability reporting. Do not open a public issue for a suspected vulnerability.

Include:

Do not include confidential third-party source code.

Security model

森 reads untrusted source but never executes it. Its main trusted dependencies are the Go runtime, the native Tree-sitter binding, and bundled generated grammars.

Default defenses include:

Resource-exhaustion findings, parser crashes, path escapes, malformed release archives, and unexpectedly exposed source content are in scope.

森 rechecks regular-file type and file identity after opening. It does not promise atomic filesystem snapshots or complete defense against an actor that can replace path components concurrently with a scan; report such races if they cross a security boundary.

Similarity disagreements without a security impact belong in a normal bug or scoring issue.

Scores describe structural similarity; they do not prove behavioral equivalence.
Source stays local. Mori on GitHub