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

fix(validation) #119: allow valid UTF8 values #135

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

atschabu
Copy link
Contributor

@atschabu atschabu commented Oct 3, 2024

Created exclusion mapping based on information here: https://en.wikipedia.org/wiki/Unicode_control_characters
Ensured there are no ASCII checks where there should be a UTF8 check
Did not check if there are any UTF8 fields with missing checks. Main goal was to avoid failing on valid UTF8

Copy link

sonarqubecloud bot commented Oct 3, 2024

Copy link
Member

@lilgallon lilgallon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again for your work, it looks good to me! :)

@lilgallon lilgallon merged commit 35a3b49 into IZIVIA:main Oct 3, 2024
2 checks passed
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.

2 participants