We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1387abd commit 36bba25Copy full SHA for 36bba25
1 file changed
objects/android-app/definition.json
@@ -7,11 +7,17 @@
7
"ui-priority": 1
8
},
9
"certificate": {
10
- "description": "Android certificate",
+ "description": "Android certificate (SHA1)",
11
"misp-attribute": "sha1",
12
"multiple": true,
13
14
15
+ "certificate-sha256": {
16
+ "description": "Android certificate (SHA256)",
17
+ "misp-attribute": "sha256",
18
+ "multiple": true,
19
+ "ui-priority": 1
20
+ },
21
"domain": {
22
"description": "Domain used by the app",
23
"misp-attribute": "domain",
@@ -39,5 +45,5 @@
39
45
"sha256"
40
46
],
41
47
"uuid": "92836f23-4730-4eae-82ac-9f00d5299735",
42
- "version": 1
48
+ "version": 2
43
49
}
0 commit comments