Skip to content

Reimplement data classification to support > 64 data classes #4493

@geeknoid

Description

@geeknoid

The existing classification model only supports up to 64 claasifications, but alas GDPR has a taxonomy with hundreds of things in it. So we need to extend the model accordingly.

Right now, individual classifications hold a 64-bit bitmask to represent classes. We can OR classifications together by just oring the bit masks. For the new model to work, we'll need to removing this OR semantics and instead lug around sets of classifications instead.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions