Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 952 Bytes

File metadata and controls

30 lines (20 loc) · 952 Bytes

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in meshgraph, please report it responsibly.

Email: [email protected]

Please include:

  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact

We'll respond within 48 hours and work with you to fix the issue before any public disclosure.

Scope

meshgraph is designed to be self-hosted. Security considerations:

  • API keys are stored in the local SQLite database. In production, use environment variables.
  • Authentication uses JWT with bcrypt password hashing.
  • CORS defaults to * — lock it down for production deployments.
  • File uploads are not currently supported (text-only ingestion).
  • LLM calls send your document content to your configured provider (Claude/GPT). Use Ollama for fully offline operation.

Supported Versions

Version Supported
0.1.x Yes