Changelog
- 3b1f5b0 Update version to 0.5.1
- 692b3e4 Speed increase for OSV, GitHub provider work, Documentation Update (#249)
- f2d3912 correct Loader object shadowing to correct SEGFAULT (#213)
- a7a1a70 Update go-resty/resty/v2 to v2.15.1 (#248)
- 2f1cdec Adds GitHub Advisory Database as a provider (#247)
- f6fbbaf Clone transport (#231)
- ae7eeef feat: support markdown as a renderer output format (#222)
- chore: Updated documentation
- fix: JSON output should only output json, fixed an issue where it would output the file name. Added a better JSON output screenshot to the README.md
- refactor: Add SupportedEcosystems method to Provider interface
This commit adds the SupportedEcosystems method to the Provider interface in the models package. The method returns a slice of strings representing the supported ecosystems by the provider. This change allows providers to declare the ecosystems they support, which can be used for validation and information display.