Skip to content

Latest commit

Β 

History

History
46 lines (31 loc) Β· 1.21 KB

File metadata and controls

46 lines (31 loc) Β· 1.21 KB

Security Policy

Supported Versions

Version Supported
Latest release βœ…
Previous release βœ… (critical only)
Older versions ❌

Reporting a Vulnerability

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

Do NOT open a public issue for security vulnerabilities.

How to Report

Use GitHub Private Vulnerability Reporting β€” this ensures the report is confidential and only visible to maintainers.

Include as much detail as possible:

  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Suggested fix (if any)

What to Expect

  • Acknowledgment within 48 hours
  • Initial assessment within 5 business days
  • Fix timeline depends on severity:
    • Critical: 7 days
    • High: 14 days
    • Medium: 30 days
    • Low: next minor release

Security in the Development Process

Uteke uses multiple automated security checks on every PR:

  • Cargo Audit β€” dependency vulnerability scanning
  • Trivy FS Scan β€” filesystem security scanning
  • GitGuardian β€” secret leak detection

These are enforced via CI and block merge on findings.