Badge Support and friendly URLs
- Dominant language
- Go
- Stars
- 2.9k
- Forks
- 369
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 149
Description
We use [Renovate Bot](https://github.com/renovatebot/renovate) on our projects to detect dependencies upgrades and vulnerabilities since Renovate adds OSV database check (https://osv.dev/blog/posts/renovate_announcement/).
Exemple of PR created by our bot where we added somes badges and urls from [Snyk website](https://snyk.io/):

**Example of url/badge for a Github repository** (https://support.snyk.io/hc/en-us/articles/360003997277-Badge-Support-for-Repositories):
https://snyk.io/test/github/auth0/node-jsonwebtoken
https://img.shields.io/snyk/vulnerabilities/github/auth0/node-jsonwebtoken

**Example of url/badge for specifics dependency versions:** (https://snyk-widget.herokuapp.com/public/badgecreator.html)
https://snyk.io/vuln/npm:jsonwebtoken@8.5.1
https://snyk-widget.herokuapp.com/badge/npm/jsonwebtoken/8.5.1/badge.svg

https://snyk.io/vuln/npm:jsonwebtoken@9.0.0
https://snyk-widget.herokuapp.com/badge/npm/jsonwebtoken/9.0.0/badge.svg

**Suggestion:**
Could the [osv.dev website](https://osv.dev) provide this type of functionality?
Contributor guide
Assessment
This issue has not been assessed yet.