mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
run tests/refresh-SUSS_DEFAULT.py
This commit is contained in:
parent
336d5381ae
commit
fd3f71ad3c
1 changed files with 26 additions and 5 deletions
|
|
@ -2218,8 +2218,7 @@ SUSS_DEFAULT = r'''{
|
||||||
"https://www.android.com/gms/"
|
"https://www.android.com/gms/"
|
||||||
],
|
],
|
||||||
"gradle_signatures": [
|
"gradle_signatures": [
|
||||||
"com.google.gms(?!.google-services)",
|
"com.google.android.gms(?!.(oss-licenses-plugin|strict-version-matcher-plugin))",
|
||||||
"com.google.android.gms(?!.oss-licenses-plugin)",
|
|
||||||
"com.google.android.ump",
|
"com.google.android.ump",
|
||||||
"androidx.core:core-google-shortcuts",
|
"androidx.core:core-google-shortcuts",
|
||||||
"androidx.credentials:credentials-play-services-auth",
|
"androidx.credentials:credentials-play-services-auth",
|
||||||
|
|
@ -2235,7 +2234,19 @@ SUSS_DEFAULT = r'''{
|
||||||
"com.yayandroid:locationmanager",
|
"com.yayandroid:locationmanager",
|
||||||
"(?<!org.microg.gms:)play-services",
|
"(?<!org.microg.gms:)play-services",
|
||||||
"xyz.belvi.mobilevision:barcodescanner",
|
"xyz.belvi.mobilevision:barcodescanner",
|
||||||
"com.google.api-client:google-api-client-android"
|
"com.google.api-client:google-api-client-android",
|
||||||
|
"com.google.maps.android:android-maps-utils",
|
||||||
|
"com.github.budowski:android-maps-utils",
|
||||||
|
"com.microsoft.identity:common",
|
||||||
|
"com.microsoft.identity.client:msal"
|
||||||
|
],
|
||||||
|
"gradle_signatures_negative_examples": [
|
||||||
|
"com.google.android.gms.oss-licenses-plugin",
|
||||||
|
"com.google.android.gms.strict-version-matcher-plugin"
|
||||||
|
],
|
||||||
|
"gradle_signatures_positive_examples": [
|
||||||
|
"com.google.android.gms:play-services-base",
|
||||||
|
"com.google.android.gms:play-services-oss-licenses"
|
||||||
],
|
],
|
||||||
"license": "NonFree",
|
"license": "NonFree",
|
||||||
"name": "Google Mobile Services"
|
"name": "Google Mobile Services"
|
||||||
|
|
@ -2935,6 +2946,16 @@ SUSS_DEFAULT = r'''{
|
||||||
"license": "NonFree",
|
"license": "NonFree",
|
||||||
"name": "Pushy"
|
"name": "Pushy"
|
||||||
},
|
},
|
||||||
|
"org.gradle.toolchains.foojay-resolver-convention": {
|
||||||
|
"documentation": [
|
||||||
|
"https://github.com/gradle/foojay-toolchains"
|
||||||
|
],
|
||||||
|
"gradle_signatures": [
|
||||||
|
"org.gradle.toolchains.foojay-resolver"
|
||||||
|
],
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"name": "Foojay Toolchains Plugin"
|
||||||
|
},
|
||||||
"org.mariuszgromada.math": {
|
"org.mariuszgromada.math": {
|
||||||
"code_signatures": [
|
"code_signatures": [
|
||||||
"org/mariuszgromada/math/mxparser/parsertokens/SyntaxStringBuilder",
|
"org/mariuszgromada/math/mxparser/parsertokens/SyntaxStringBuilder",
|
||||||
|
|
@ -2967,7 +2988,7 @@ SUSS_DEFAULT = r'''{
|
||||||
"license": "NonFree"
|
"license": "NonFree"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"timestamp": 1733823271.362948,
|
"timestamp": 1747829076.702502,
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"last_updated": 1742401014.503398
|
"last_updated": 1750710966.431471
|
||||||
}'''
|
}'''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue