Skip to content

Commit 36bba25

Browse files
committed
fix: [android-app] also includes SHA256 of the APK certificate
1 parent 1387abd commit 36bba25

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

objects/android-app/definition.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77
"ui-priority": 1
88
},
99
"certificate": {
10-
"description": "Android certificate",
10+
"description": "Android certificate (SHA1)",
1111
"misp-attribute": "sha1",
1212
"multiple": true,
1313
"ui-priority": 1
1414
},
15+
"certificate-sha256": {
16+
"description": "Android certificate (SHA256)",
17+
"misp-attribute": "sha256",
18+
"multiple": true,
19+
"ui-priority": 1
20+
},
1521
"domain": {
1622
"description": "Domain used by the app",
1723
"misp-attribute": "domain",
@@ -39,5 +45,5 @@
3945
"sha256"
4046
],
4147
"uuid": "92836f23-4730-4eae-82ac-9f00d5299735",
42-
"version": 1
48+
"version": 2
4349
}

0 commit comments

Comments
 (0)