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

Validate TXT records #14

Merged
merged 2 commits into from
Sep 14, 2017
Merged

Conversation

OJFord
Copy link

@OJFord OJFord commented Jul 5, 2017

This PR contains an implementation of validation for TXT records, which must consist only of printable ASCII characters.

Resolves #9.

OJFord added 2 commits July 5, 2017 20:55
TXT records must contain only printable ASCII - viz. character codes 32
through 127.
TXT records must contain only printable ASCII, which was previously
going unchecked; resulting in an `apply`-time error from the CF API.

This commit resolves cloudflare#9.
@elithrar
Copy link

elithrar commented Jul 6, 2017

LGTM (I work at Cloudflare)

Copy link

@radeksimko radeksimko left a comment

Choose a reason for hiding this comment

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

LGTM, sorry for the delay in merging such a simple change.

@radeksimko radeksimko added the kind/enhancement Categorizes issue or PR as related to improving an existing feature. label Sep 14, 2017
@radeksimko radeksimko merged commit c712922 into cloudflare:master Sep 14, 2017
@OJFord OJFord deleted the validate-txt-records branch September 14, 2017 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants