mirror of https://github.com/MISP/misp-objects
Fix: x509 object now uses the new and proper fp type
parent
de36d3b735
commit
b85438fc45
|
@ -33,19 +33,19 @@
|
|||
"x509-fingerprint-md5": {
|
||||
"description": "[Insecure] MD5 hash (128 bits)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "md5",
|
||||
"misp-attribute": "x509-fingerprint-md5",
|
||||
"recommended": false
|
||||
},
|
||||
"x509-fingerprint-sha1": {
|
||||
"description": "[Insecure] Secure Hash Algorithm 1 (160 bits)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "sha1",
|
||||
"misp-attribute": "x509-fingerprint-sha1",
|
||||
"recommended": false
|
||||
},
|
||||
"x509-fingerprint-sha256": {
|
||||
"description": "Secure Hash Algorithm 2 (256 bits)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "sha256"
|
||||
"misp-attribute": "x509-fingerprint-sha256"
|
||||
},
|
||||
"raw-base64": {
|
||||
"description": "Raw certificate base64 encoded",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"misp-attribute": "text"
|
||||
}
|
||||
},
|
||||
"version": 4,
|
||||
"version": 5,
|
||||
"description": "x509 object describing a X.509 certificate",
|
||||
"meta-category": "network",
|
||||
"uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",
|
||||
|
|
Loading…
Reference in New Issue