sonatype-nexus-community / ahab

ahab is a tool to check for vulnerabilities in your apt, apk, or yum powered operating systems, powered by Sonatype OSS Index.
Apache License 2.0
68 stars 18 forks source link

Why not do some hashing? #64

Open DarthHater opened 3 years ago

DarthHater commented 3 years ago

For IQ where we can identify files based on sha1, why not do that with stuff we find under paths in PATH? This can potentially identify items that were installed using curl/wget and gets a list of all the executable things in your PATH, which is where we find the majority of issues anyways with stuff installed on a baseos

This pull request makes the following changes:

cc @bhamail / @DarthHater