mirror of https://github.com/MISP/misp-objects
chg: [probabilistic-data-structure] updated followng JL feedback
parent
5a4f7efbc8
commit
0e5fa57d82
|
@ -40,10 +40,22 @@
|
||||||
"Cuckoo filter",
|
"Cuckoo filter",
|
||||||
"Quotient filter",
|
"Quotient filter",
|
||||||
"Xor filter",
|
"Xor filter",
|
||||||
"Taffy filter"
|
"Taffy filter",
|
||||||
|
"HyperLogLog filter",
|
||||||
|
"Count–min sketch filter"
|
||||||
],
|
],
|
||||||
"ui-priority": 10
|
"ui-priority": 10
|
||||||
},
|
},
|
||||||
|
"updatable": {
|
||||||
|
"description": "Is the probabilistic data structure updatable?",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "boolean",
|
||||||
|
"sane_default": [
|
||||||
|
"False",
|
||||||
|
"True"
|
||||||
|
],
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"used-capacity": {
|
"used-capacity": {
|
||||||
"description": "The used capacity (and cardinality) of the set represented in this probabilistic data structure.",
|
"description": "The used capacity (and cardinality) of the set represented in this probabilistic data structure.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -66,5 +78,5 @@
|
||||||
"total-capacity"
|
"total-capacity"
|
||||||
],
|
],
|
||||||
"uuid": "026b939b-d737-4a88-8222-03b3d55df303",
|
"uuid": "026b939b-d737-4a88-8222-03b3d55df303",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue