switch to allow/block list terminology throughout code base

allowlist and blocklist are much clearer terms with no cultural baggage.
This changes all "whitelist" references to "allowlist", and all "blacklist"
references to "blocklist".
This commit is contained in:
Hans-Christoph Steiner 2021-06-17 14:46:51 +02:00 committed by Jochen Sprickerhof
parent 8667073188
commit 78d37bb13b
7 changed files with 11 additions and 11 deletions

View file

@ -806,7 +806,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
str(build.versionCode)))
if (options.scan_binary or config.get('scan_binary')) and not options.skipscan:
if scanner.scan_binary(src):
raise BuildException("Found blacklisted packages in final apk!")
raise BuildException("Found blocklisted packages in final apk!")
# Copy the unsigned APK to our destination directory for further
# processing (by publish.py)...