mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-29 17:51:50 -05:00
scanner: blacklist Bugly
The artifact is licensed under "The Bugly Software License, Version 1.0" [1], but link to the full text [2] is broken. LICENSE file in the source code repository is empty. I guess this library is non-free. [1] https://mvnrepository.com/artifact/com.tencent.bugly/crashreport/2.8.6.0 [2] http://bugly.qq.com/licenses/LICENSE-1.0.txt [3] https://github.com/BuglyDevTeam/Bugly-Android
This commit is contained in:
@@ -77,6 +77,7 @@ def scan_source(build_dir, build=metadata.Build()):
|
||||
r'firebase',
|
||||
r'''["']com.facebook.android['":]''',
|
||||
r'cloudrail',
|
||||
r'com.tencent.bugly',
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user