Copilot d94a05844e
Add custom reference URL and version format control for OSV malware reports (#598)
* 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>
2025-09-17 16:09:32 +05:30
..
2023-03-29 21:33:45 +05:30
2023-03-29 21:40:15 +05:30
2025-09-04 06:37:59 +05:30

vet Documentation

Usage

vet user documentation is available at https://docs.safedep.io/

Development