run tests/refresh-SUSS_DEFAULT.py

This commit is contained in:
Hans-Christoph Steiner 2025-03-19 17:18:17 +01:00
parent 52045f9819
commit e23b196a0f
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -2224,6 +2224,7 @@ SUSS_DEFAULT = r'''{
"androidx.credentials:credentials-play-services-auth", "androidx.credentials:credentials-play-services-auth",
"androidx.media3:media3-cast", "androidx.media3:media3-cast",
"androidx.media3:media3-datasource-cronet", "androidx.media3:media3-datasource-cronet",
"androidx.wear:wear-remote-interactions",
"androidx.work:work-gcm", "androidx.work:work-gcm",
"com.google.android.exoplayer:extension-cast", "com.google.android.exoplayer:extension-cast",
"com.google.android.exoplayer:extension-cronet", "com.google.android.exoplayer:extension-cronet",
@ -2231,7 +2232,7 @@ SUSS_DEFAULT = r'''{
"com.cloudinary:cloudinary-android.*:2\\.[12]\\.", "com.cloudinary:cloudinary-android.*:2\\.[12]\\.",
"com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender", "com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender",
"com.yayandroid:locationmanager", "com.yayandroid:locationmanager",
"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"
], ],
@ -2251,7 +2252,10 @@ SUSS_DEFAULT = r'''{
}, },
"com.google.android.libraries": { "com.google.android.libraries": {
"code_signatures": [ "code_signatures": [
"com/google/android/libraries" "com/google/android/libraries(?!/accessibility)"
],
"code_signatures_negative_examples": [
"com/google/android/libraries/accessibility"
], ],
"gradle_signatures": [ "gradle_signatures": [
"com.google.android.libraries(?!.mapsplatform.secrets-gradle-plugin)" "com.google.android.libraries(?!.mapsplatform.secrets-gradle-plugin)"
@ -2372,7 +2376,8 @@ SUSS_DEFAULT = r'''{
"https://developers.google.com/ml-kit" "https://developers.google.com/ml-kit"
], ],
"gradle_signatures": [ "gradle_signatures": [
"com.google.mlkit" "com.google.mlkit",
"io.github.g00fy2.quickie"
], ],
"license": "NonFree", "license": "NonFree",
"name": "ML Kit" "name": "ML Kit"
@ -2597,6 +2602,19 @@ SUSS_DEFAULT = r'''{
"description": "processes real-time data at the intersection of commerce and culture, providing useful, actionable insights for brands and publishers. See <a rel='nofollow' href='https://www.crunchbase.com/organization/quantcast'>Crunchbase</a> and <a href='https://reports.exodus-privacy.eu.org/en/trackers/133/'>Exodus Privacy</a>.", "description": "processes real-time data at the intersection of commerce and culture, providing useful, actionable insights for brands and publishers. See <a rel='nofollow' href='https://www.crunchbase.com/organization/quantcast'>Crunchbase</a> and <a href='https://reports.exodus-privacy.eu.org/en/trackers/133/'>Exodus Privacy</a>.",
"license": "NonFree" "license": "NonFree"
}, },
"com.revenuecat.purchases": {
"code_signatures": [
"com/revenuecat/purchases"
],
"documentation": [
"https://www.revenuecat.com/"
],
"gradle_signatures": [
"com.revenuecat.purchases"
],
"license": "NonFree",
"name": "RevenueCat Purchases"
},
"com.samsung.accessory": { "com.samsung.accessory": {
"anti_features": [ "anti_features": [
"NonFreeComp" "NonFreeComp"
@ -2730,6 +2748,9 @@ SUSS_DEFAULT = r'''{
"com.wei.android.lib:fingerprintidentify", "com.wei.android.lib:fingerprintidentify",
"com.github.uccmawei:FingerprintIdentify" "com.github.uccmawei:FingerprintIdentify"
], ],
"gradle_signatures_positive_examples": [
"implementation \"com.github.uccmawei:fingerprintidentify:${safeExtGet(\"fingerprintidentify\", \"1.2.6\")}\""
],
"license": "NonFree", "license": "NonFree",
"name": "FingerprintIdentify" "name": "FingerprintIdentify"
}, },
@ -2945,7 +2966,7 @@ SUSS_DEFAULT = r'''{
"license": "NonFree" "license": "NonFree"
} }
}, },
"timestamp": 1728920062.92063, "timestamp": 1733823271.362948,
"version": 1, "version": 1,
"last_updated": 1732198944.559238 "last_updated": 1742401014.503398
}''' }'''