We are committed to ensuring the security of the CSV Data Validator. Security updates are applied to the latest released version on the main branch.
| Version | Supported |
|---|---|
>= 1.0.0 (Latest main) |
✅ |
| < 1.0.0 | ❌ |
Note: Only the latest code on
mainis actively supported. Older versions do not receive security patches unless otherwise stated.
- Automated Dependency Checks: All dependencies are regularly updated and checked for vulnerabilities via GitHub Actions.
- CI/CD Security: All code changes are tested (unit, integration, E2E) and statically analyzed before deployment.
- E2E Security Testing: Playwright E2E tests help ensure that critical user flows are protected against regressions and common web vulnerabilities.
- Static Export: The app is deployed as a static site (Next.js
output: 'export'), minimizing server-side attack surface.
We take security vulnerabilities seriously. If you discover a security issue, please report it responsibly. Do not report security vulnerabilities through public GitHub issues.
Instead, please report vulnerabilities using one of the following methods:
- (Recommended) GitHub Security Advisories: Privately report a vulnerability via the "Security" tab of the repository (link).
- (Alternative) Email: Email the report to
[email protected](replace with your actual contact email). Use a clear subject like "Security Vulnerability Report: CSV Data Validator".
- Type of vulnerability (e.g., XSS, dependency, improper validation)
- Steps to reproduce
- Proof-of-concept code or examples
- Potential impact
- Suggested mitigation (if known)
- Acknowledgement: We aim to acknowledge your report within 2-3 business days.
- Assessment: We investigate and assess severity/impact.
- Communication: We keep you updated on status and findings.
- Resolution: If confirmed, we work on a fix and apply patches to
main. - Disclosure: We may coordinate disclosure and credit you unless you prefer anonymity.
We appreciate your efforts in responsibly disclosing vulnerabilities and helping us keep the CSV Data Validator secure.