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

dns/ns/resource: send REFUSED if name contains special characters (big fix 2/4) #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pinheadmz
Copy link
Member

Refactored out of bloated #76

Refactors hsk_dns_name_dirty() to more resemble rules.verifyString() from hsd.

We used to do this check every time we wrote a name coming or going, but I pulled it out everywhere and now we just check it when a request is being made (essentially to sanitize incoming strings).

@pinheadmz pinheadmz changed the title dns/ns/resource: send REFUSED is name contains special characters (big fix 2/n) dns/ns/resource: send REFUSED if name contains special characters (big fix 2/n) Dec 22, 2021
@pinheadmz pinheadmz changed the title dns/ns/resource: send REFUSED if name contains special characters (big fix 2/n) dns/ns/resource: send REFUSED if name contains special characters (big fix 2/4) Dec 22, 2021
@pinheadmz pinheadmz added this to the v1.1.0 milestone Dec 22, 2021
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