Skip to content

Security: Create-Vlang-App/cva-templates

Security

.github/SECURITY.md

Security Policy

Supported Versions

Version Supported
main

Only the default branch (main) receives security fixes. Generated projects should update by re-scaffolding or manually bumping the affected dependency.

Reporting a Vulnerability

  • Do not open a public issue for security vulnerabilities.
  • Email the maintainer via GitHub Security Advisories: New draft advisory or contact @ulises-jeremias directly.
  • Include: affected template/addon, package name and version, reproduction steps, and impact.

We will acknowledge receipt within 72 hours and provide a triage timeline.

Triage

We triage using docs/MAINTENANCE_SECURITY.md §2:

Severity Action
Critical / High in CLI code path P0 — fix immediately and release
High in transitive dependency of a template P1 — fix within the sprint
Moderate / Low Batch with other maintenance
Informational only Document and close if not actionable

For cva-templates (no committed v lockfiles), fixes land as v.mod dependency bumps or version pins in the affected templates/*/v.mod or extensions/*/template/ overlay. CI helpers use scripts/ci/requirements.txt — run pip audit to validate. See docs/MAINTENANCE_SECURITY.md §4 for patterns and v vet / pip-audit validation steps.

There aren't any published security advisories