mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 12:07:30 -06:00
* Initial plan * Implement OSV report improvements with custom reference URLs and version format control - Add --report-reference-url flag for custom reference URLs instead of default platform.safedep.io - Add --range flag to control version representation: - With --range: use range-based versioning (SEMVER/ECOSYSTEM) - Without --range: use explicit versions array (new default) - Update OSV report generation to support both modes - Add comprehensive tests for new functionality - Backward compatibility maintained for existing functionality Co-authored-by: KunalSin9h <82411321+KunalSin9h@users.noreply.github.com> * fix: custom reference url and added docs * fix: docs table layout * fix: test * refactor: remove unnecessary else statement --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: KunalSin9h <82411321+KunalSin9h@users.noreply.github.com> Co-authored-by: Kunal Singh <kunalsin9h@gmail.com>