Files
git-tools/docs/PRIVACY-SECURITY.md
2026-09-01 13:05:57 +02:00

8 lines
999 B
Markdown

# Privacy and security
Patch content, file paths, commit messages, ignore rules, versions, and changelogs stay in page memory. There is no telemetry, analytics, account, persistence or runtime network path. Imported paths and lines are rendered as inert text and never interpreted as HTML or shell commands.
Patch inspection caps bytes, lines, files, and hunks. Authoring caps bytes and lines, and only allocates an LCS matrix below one million cells. Ignore and version candidate counts are capped. These limits reduce accidental resource exhaustion but do not make an authored patch safe to apply.
Git Tools never opens a repository, runs Git, invokes a shell, follows file paths, or applies output. Review patches, ignore decisions, version policy, commit text and normalized changelogs in the target project's actual tooling before committing. Conventional Commit “valid” means structural validity under this app's documented common type set, not acceptance by a project's custom policy.