e-m-b-a / emba

EMBA - The firmware security analyzer
https://www.securefirmware.de
GNU General Public License v3.0
2.49k stars 223 forks source link

f20 cpe handling #1155 #1166

Closed m-1-k-3 closed 1 month ago

m-1-k-3 commented 1 month ago

bug fix

we have to deal with the long identifiers "vendor:product:version" and the short identifiers "product;version" f20 is struggling and does not respect the correct binary name everywhere.

fixed

thx to @gluesmith2021 for reporting here https://github.com/e-m-b-a/emba/issues/1155

m-1-k-3 commented 1 month ago

@gluesmith2021 could you give it a try?

gluesmith2021 commented 1 month ago

Calling cve_db_lookup_version isc:dhcp:4.3.4 for instance works now. Your fix seems correct.