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

update normalize transform to replace non printable characters #754

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

dmachard
Copy link
Owner

fix #753

Add a new settings to replace non printable characters with decimal value

  transforms:
    normalize:
      qname-replace-nonprintable: true

The domain "invalid\tinvalid . com" will be invalid\009invalid\032.\032com.

@dmachard dmachard merged commit 6b2808b into main Jun 25, 2024
55 checks passed
@dmachard dmachard deleted the fix-escape-qname branch June 26, 2024 13:41
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.

double quote missing with invalid qname (\t, \n, ... in domain name)
1 participant