Skip to content

Security: lenxism/mockstudio

Security

SECURITY.md

Security policy

Supported versions

mockstudio is a client-side web application with no backend: your images never leave the browser, and documents are stored locally (IndexedDB / files / share links). Only the latest release is supported with security fixes.

Threat model notes

  • All external input (imported .mock.json files, ?m= share links) is treated as untrusted and goes through schema validation (safeParse) + migration — malformed input falls back to a safe default document rather than executing or crashing.
  • The app bundles no analytics and makes no network calls beyond fetching its own static assets.

Reporting a vulnerability

Please use GitHub's private vulnerability reporting ("Report a vulnerability" under the Security tab) rather than a public issue. You can expect an acknowledgement within a week. Please include reproduction steps and, if relevant, a proof-of-concept .mock.json or share link.

There aren't any published security advisories