The Spector project takes security vulnerabilities seriously. We appreciate the responsible disclosure of vulnerabilities by the security community and are committed to addressing reported issues promptly and transparently following Linux Foundation / OpenSSF Coordinated Vulnerability Disclosure (CVD) best practices.
Only the latest active minor release receives security fixes and backports:
| Version | Supported | Status |
|---|---|---|
0.1.x |
β | Current Active Development |
< 0.1.0 |
β | End of Life |
Caution
Please do NOT report security vulnerabilities through public GitHub issues, discussions, or pull requests.
We recommend using GitHub's Private Vulnerability Reporting:
- Navigate to the Spector Security Advisories tab.
- Click "Report a vulnerability".
- Fill out the disclosure form detailing reproduction steps, affected modules, and impact.
- This creates a confidential advisory draft accessible only to the Spector maintainers and the reporter.
If you cannot use GitHub PVR, send your report to:
π§ security@spectrayan.com
Please include in your report:
- Affected module(s) and version(s)
- Detailed description of the vulnerability and attack vector
- Minimal reproducible example or proof-of-concept (PoC)
- Potential impact assessment (confidentiality, integrity, availability)
- Any proposed remediation or patch
We adhere to the following coordinated disclosure service levels based on CVSS v3.1 base scores:
| Severity | CVSS v3.1 Range | Acknowledgment SLA | Target Fix Window |
|---|---|---|---|
| Critical | 9.0 β 10.0 | Within 24 hours | 7 calendar days |
| High | 7.0 β 8.9 | Within 48 hours | 14 calendar days |
| Medium | 4.0 β 6.9 | Within 48 hours | 30 calendar days |
| Low | 0.1 β 3.9 | Within 5 business days | Next scheduled release |
- Acknowledgment: The maintainers confirm receipt and assign a tracking coordinator within the SLA window.
- Investigation & Triage: Maintainers validate the reproduction in a private security fork, assess severity, and assign a CVE identifier if applicable.
- Remediation: A candidate patch is prepared and shared privately with the reporter for validation.
- Advisory & Release: A coordinated release is published alongside a GitHub Security Advisory (GHSA). The reporter is credited in the advisory unless they request anonymity.
- Memory-Mapped Files: Secure off-heap slab files (
.spector/memory) with restricted filesystem permissions (chmod 0600) to prevent unauthorized cross-process memory inspection. - Network Boundaries: Do not expose internal gRPC or REST ports (
8080,9090) to the public internet without mutual TLS (mTLS) or an authenticating reverse proxy / API gateway. - JVM Runtime Flags: Run production instances on verified OpenJDK 25 runtimes with bounded container memory flags (
-XX:MaxRAMPercentage) to guard against native off-heap memory exhaustion. - Dependency Hygiene: All container and application images should scan CycloneDX SBOM manifests against current vulnerability databases.