The-Z-Labs / linux-exploit-suggester

Linux privilege escalation auditing tool
GNU General Public License v3.0
5.54k stars 1.09k forks source link

Ensure at least one src-url/bin-url/exploit-db is present for each exploit #75

Closed bcoles closed 4 years ago

bcoles commented 4 years ago

Fix #74

Unfortunately one exploit has no publicly available source (yet). This is undesirable, but it seems like the easiest solution for now is to ensure one of src-url / bin-url / exploit-db, rather than requiring one of src-url / exploit-db.

mzet- commented 4 years ago

Yup, I also believe that's that the best solution. Thanks for the prompt fix!