fix: [android-app] also includes SHA256 of the APK certificate

pull/449/head
Alexandre Dulaunoy 2024-12-18 08:57:19 +01:00
parent 1387abdb28
commit 36bba25444
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 2 deletions

View File

@ -7,11 +7,17 @@
"ui-priority": 1 "ui-priority": 1
}, },
"certificate": { "certificate": {
"description": "Android certificate", "description": "Android certificate (SHA1)",
"misp-attribute": "sha1", "misp-attribute": "sha1",
"multiple": true, "multiple": true,
"ui-priority": 1 "ui-priority": 1
}, },
"certificate-sha256": {
"description": "Android certificate (SHA256)",
"misp-attribute": "sha256",
"multiple": true,
"ui-priority": 1
},
"domain": { "domain": {
"description": "Domain used by the app", "description": "Domain used by the app",
"misp-attribute": "domain", "misp-attribute": "domain",
@ -39,5 +45,5 @@
"sha256" "sha256"
], ],
"uuid": "92836f23-4730-4eae-82ac-9f00d5299735", "uuid": "92836f23-4730-4eae-82ac-9f00d5299735",
"version": 1 "version": 2
} }