Skip to content

Security: alez007/modelship

SECURITY.md

Security Policy

Supported Versions

Only the latest release receives security fixes.

Version Supported
0.1.x (latest) Yes
Older releases No

Reporting a Vulnerability

Do not open a public issue for security vulnerabilities.

Use GitHub's private advisory system to report vulnerabilities confidentially:

  1. Go to the Security Advisories page
  2. Click Report a vulnerability
  3. Fill in the details — affected component, reproduction steps, potential impact

You can expect an initial response within 72 hours. If a fix is warranted, a patched release will be published and the advisory made public once the fix is available.

Scope

This project is a self-hosted server intended to run on private infrastructure. Relevant security concerns include:

  • Unauthenticated API access (the server currently exposes no authentication layer — users are expected to handle this at the network level)
  • Dependency vulnerabilities in vLLM, Ray, or other upstream packages
  • Docker image vulnerabilities
  • Prompt injection or model abuse vectors if the API is publicly exposed

There aren’t any published security advisories