Skip to content

Allow index policies on Array Filters#9

Merged
paragonie-security merged 5 commits intomasterfrom
array-keypolicy
Oct 2, 2025
Merged

Allow index policies on Array Filters#9
paragonie-security merged 5 commits intomasterfrom
array-keypolicy

Conversation

@paragonie-security
Copy link
Contributor

By default, the array filters only examine the values, not the keys of an input array. With this change, you can specify Index Policies if you interpret the array indices as data too.

Previously, Ionizer was only concerned with the actual underlying value of input. This allows you to filter the array keys used for IntArrayFilter, BoolArrayFilter, etc. since these values are often interpreted by applications.
This will be less confusing in applications that deal with cryptography
@paragonie-security paragonie-security merged commit 1abe3aa into master Oct 2, 2025
12 checks passed
@paragonie-security paragonie-security deleted the array-keypolicy branch October 2, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant