Add a way to publish security advisories
Open
feature
- Dominant language
- PHP
- Stars
- 3.3k
- Forks
- 530
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 13
Description
**Is your feature request related to a problem? Please describe.**
We have a Composer repository managed with Satis and we want to be able to inform users that a package has known vulnerabilities.
**Describe the solution you'd like**
Composer supports querying an API to get advisories: https://packagist.org/apidoc#list-security-advisories
**Describe alternatives you've considered**
Our current workaround is to use `blacklist` in satis.json to remove the vulnerable packages.
But this does not inform users running `composer audit`.
Contributor guide
Assessment
This issue has not been assessed yet.