scanner: update suss defaults after removal of allowlisted feature

This commit is contained in:
Michael Pöhn 2022-09-30 05:36:36 +02:00
parent 6899c22f48
commit 0921863fa6
2 changed files with 11 additions and 8 deletions

View File

@ -1,4 +1,5 @@
{ {
"cache_duration": 86400,
"signatures": { "signatures": {
"admob": { "admob": {
"gradle_signatures": [ "gradle_signatures": [
@ -137,13 +138,14 @@
}, },
"com.hypertrack": { "com.hypertrack": {
"gradle_signatures": [ "gradle_signatures": [
"com.hypertrack" "com\\.hypertrack(?!:hyperlog)"
], ],
"license": "NonFree" "license": "NonFree"
}, },
"com.mapbox": { "com.mapbox": {
"MaintainerNotes": "com.mapbox.mapboxsdk:mapbox-sdk-services seems to be fully under this license:\nhttps://github.com/mapbox/mapbox-java/blob/main/LICENSE\n",
"gradle_signatures": [ "gradle_signatures": [
"com.mapbox" "com\\.mapbox(?!\\.mapboxsdk:mapbox-sdk-services)"
], ],
"license": "NonFree" "license": "NonFree"
}, },
@ -167,7 +169,7 @@
}, },
"com.yandex.android": { "com.yandex.android": {
"gradle_signatures": [ "gradle_signatures": [
"com.yandex.android" "com\\.yandex\\.android(?!:authsdk)"
], ],
"license": "NonFree" "license": "NonFree"
}, },
@ -191,7 +193,7 @@
}, },
"firebase": { "firebase": {
"gradle_signatures": [ "gradle_signatures": [
"firebase" "com(\\.google)?\\.firebase[.:](?!firebase-jobdispatcher|geofire-java)"
], ],
"license": "NonFree" "license": "NonFree"
}, },
@ -286,6 +288,7 @@
"license": "NonFree" "license": "NonFree"
} }
}, },
"timestamp": "2022-09-22T13:16:29.313769+00:00", "timestamp": "2022-09-29T19:35:04.875586+00:00",
"version": 1 "version": 1,
"last_updated": "2022-09-30T05:13:18.411707+02:00"
} }

View File

@ -54,8 +54,8 @@ class ScannerTest(unittest.TestCase):
'com.integreight.onesheeld': 11, 'com.integreight.onesheeld': 11,
'com.jens.automation2': 2, 'com.jens.automation2': 2,
'firebase-suspect': 1, 'firebase-suspect': 1,
'org.mozilla.rocket': 3, 'org.mozilla.rocket': 1,
'org.tasks': 3, 'org.tasks': 2,
'realm': 1, 'realm': 1,
'se.manyver': 2, 'se.manyver': 2,
} }