Skip to content

scanner: use the refreshed data

linsui requested to merge linsui/fdroidserver:suss-refresh into master

The suss data is never updated, on the buildserver or CI. The only way to update it is running the scanner direcly with "--refresh". And even if it's updated somehow, the updated data is not used in the current run. So the scanner is completely broken. 🤦

In this MR the refresh option is passed to scanner when building an app. And the data is refreshed before loading so that it's used.

Closes #1184 (closed)

Edited by linsui

Merge request reports