-
Notifications
You must be signed in to change notification settings - Fork 447
Description
I was comparing the results of osv-detector
to local-php-security-checker
and found a few advisories that don't seem to be in the database:
https://symfony.com/blog/twig-sandbox-information-disclosure
https://nvd.nist.gov/vuln/detail/CVE-2017-9841
https://symfony.com/blog/cve-2019-18887-use-constant-time-comparison-in-urisigner
https://github.com/FriendsOfPHP/security-advisories/blob/master/erusev/parsedown/CVE-2018-1000162.yaml
https://github.com/FriendsOfPHP/security-advisories/blob/master/erusev/parsedown/CVE-2019-10905.yaml
https://github.com/FriendsOfPHP/security-advisories/blob/master/sabberworm/php-css-parser/CVE-2020-13756.yaml
https://github.com/FriendsOfPHP/security-advisories/blob/master/squizlabs/php_codesniffer/2017-05-18.yaml
https://github.com/FriendsOfPHP/security-advisories/blob/master/squizlabs/php_codesniffer/2017-03-01.yaml
https://framework.zend.com/security/advisory/ZF2018-01
https://www.silverstripe.org/download/security-releases/cve-2020-26138/
https://www.silverstripe.org/download/security-releases/cve-2021-25817/
Most of them seem like they should be straightforward to add, though the Zend Framework one(s) I'm not so sure about.
Let me know if I can help in anyway.