From f747a818e87ef17aac1b4ae70ea11b2df93017f6 Mon Sep 17 00:00:00 2001 From: Jeremy JAMET Date: Tue, 3 Nov 2020 14:04:21 +0000 Subject: [PATCH] Add scanignore to allow publicsuffixes plaintext file from publicsuffix.org --- metadata/com.kunzisoft.keepass.libre.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/metadata/com.kunzisoft.keepass.libre.yml b/metadata/com.kunzisoft.keepass.libre.yml index 7be44e1ec9..b0e3f080d3 100644 --- a/metadata/com.kunzisoft.keepass.libre.yml +++ b/metadata/com.kunzisoft.keepass.libre.yml @@ -238,7 +238,16 @@ Builds: subdir: app gradle: - libre - ndk: r20b + scanignore: + - app/src/main/assets/publicsuffixes + ndk: r21d + +MaintainerNotes: |- + The file at `app/src/main/assets/publicsuffixes` is a version of the + [Public Suffix List](https://publicsuffix.org/) that has been sorted and + stripped of all comments. It is identified as a binary files because it + contains two 4-byte length fields, one right at the beginning, but is + otherwise plaintext. AutoUpdateMode: Version %v UpdateCheckMode: Tags