Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

121-unknown-data-type-name #122

Merged
merged 5 commits into from
Dec 12, 2024
Merged

121-unknown-data-type-name #122

merged 5 commits into from
Dec 12, 2024

Conversation

Lucas0T
Copy link
Contributor

@Lucas0T Lucas0T commented Nov 22, 2024

Unknown data type was created by open fields
such as "value[x]" .

It occurred in redaction by calling the Factory Method, when handling unknown slices when masking the child elements.

Solution:
-Changed handling of unknown slices to a child remove operation and only masking the parent if the parent element is mandatory.

-Introduced case "*" in Factory by returning empty Stringtype (always valid for *)

@Lucas0T Lucas0T linked an issue Nov 22, 2024 that may be closed by this pull request
@Lucas0T
Copy link
Contributor Author

Lucas0T commented Dec 12, 2024

Also covers :
#123

@Lucas0T Lucas0T merged commit 21f46e2 into main Dec 12, 2024
5 checks passed
Lucas0T added a commit that referenced this pull request Dec 12, 2024
improvement of redaction operation
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.

Unknown data type name *
2 participants