bug#36571: icecat's CPE data is wrong

2019-07-14 Thread Efraim Flashner
On Thu, Jul 11, 2019 at 10:34:00PM +0200, Ludovic Courtès wrote: > Hello, > > Efraim Flashner skribis: > > > currently we have: > > (cpe-name . "firefox_esr") > > (cpe-version . ,(first (string-split version #\-) > > > > and it should be: > > (cpe-name . "firefox") > > (cpe-version . ,(first (st

bug#36571: icecat's CPE data is wrong

2019-07-11 Thread Ludovic Courtès
Hello, Efraim Flashner skribis: > currently we have: > (cpe-name . "firefox_esr") > (cpe-version . ,(first (string-split version #\-) > > and it should be: > (cpe-name . "firefox") > (cpe-version . ,(first (string-split version #\.) > > however, this returns results for firefox@60, which I'm pre

bug#36571: icecat's CPE data is wrong

2019-07-10 Thread Efraim Flashner
currently we have: (cpe-name . "firefox_esr") (cpe-version . ,(first (string-split version #\-) and it should be: (cpe-name . "firefox") (cpe-version . ,(first (string-split version #\.) however, this returns results for firefox@60, which I'm pretty sure doesn't take into account that we're not r