patton
patton copied to clipboard
The clever vulnerability dependency finder
As today there're very few tests so it is going to be really difficult to work in the project if we don't have a goot test suite
At this moment Patton binaries and database the creation script (Makefile) live in the same repository but both require its own release. It would be better to split the repository...
Add support for the APK package manager used by Alpine distributions. As with the others package manager there is a need to try to map as closely as possible from...
Add support for the pacman package manager used by Arch Linux distributions. As with the others package manager there is a need to try to map as closely as possible...
Add support for the package manager used by Windows. As with the others package manager there is a need to try to map as closely as possible from package name...
Add support for the yum/dnf package manager used by RPM based distributions. As with the others package manager there is a need to try to map as closely as possible...
Add support for searching for vulnerabilities in Javascript projects. First we have to resolve the final version of all the components on which the the project depends on. After that...
Add support for searching for vulnerabilities in PHP projects. First we have to resolve the final version of all the components on which the the project depends on. After that...
Add support for searching for vulnerabilities in Golang projects. First we have to resolve the final version of all the components on which the the project depends on. After that...
Add support for searching for vulnerabilities in Nod.js projects. First we have to resolve the final version of all the components on which the the project depends on. After that...