1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00
fdroidserver/fdroidserver
Daniel Martí d7d9e38ef7 scanner: use a blacklist instead of a whitelist
This is much closer to what we did before with mimetypes. Using a whitelist
turns out to be a bad idea since repositories seem to be randomly filled with
executable images and documents, which trigger the scanner.

In an ideal world the scanner would complain about all of those. For now, just
warn about the possibility of them being hidden binaries.
2015-09-16 17:23:34 -07:00
..
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Replace some hard-coded paths with os.path.join 2015-09-14 18:12:15 -07:00
checkupdates.py Replace some hard-coded paths with os.path.join 2015-09-14 18:12:15 -07:00
common.py Rewrite scanner logic 2015-09-13 22:17:37 -07:00
gpgsign.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
import.py import: fix import -u from fdroiddata 2015-09-15 14:06:31 -07:00
init.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
install.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
lint.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
metadata.py metadata: don't break words nor on hyphens 2015-09-11 22:52:50 -07:00
net.py Move requests code out of common.py, closes #114 2015-08-31 17:05:08 -07:00
publish.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
readmeta.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
rewritemeta.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
scanner.py scanner: use a blacklist instead of a whitelist 2015-09-16 17:23:34 -07:00
server.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
signindex.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
stats.py Deduplicate statsdir 2015-09-14 18:13:03 -07:00
update.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
verify.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00