Skip to content

Commit

Permalink
fix: [android-app] also includes SHA256 of the APK certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Dec 18, 2024
1 parent 1387abd commit 36bba25
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions objects/android-app/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@
"ui-priority": 1
},
"certificate": {
"description": "Android certificate",
"description": "Android certificate (SHA1)",
"misp-attribute": "sha1",
"multiple": true,
"ui-priority": 1
},
"certificate-sha256": {
"description": "Android certificate (SHA256)",
"misp-attribute": "sha256",
"multiple": true,
"ui-priority": 1
},
"domain": {
"description": "Domain used by the app",
"misp-attribute": "domain",
Expand Down Expand Up @@ -39,5 +45,5 @@
"sha256"
],
"uuid": "92836f23-4730-4eae-82ac-9f00d5299735",
"version": 1
"version": 2
}

0 comments on commit 36bba25

Please sign in to comment.