mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spatie/dnsrecords.io/pull/46
Author: @jryd
Created: 9/28/2018
Status: ❌ Closed
Base:
master← Head:double_encoding_issue📝 Commits (1)
36dbba9fix issue #44📊 Changes
3 files changed (+2588 additions, -2559 deletions)
View changed files
📝
app/Services/Commands/Commands/DnsLookup.php(+2 -1)📝
package-lock.json(+2579 -2558)📝
tests/Feature/DnsLookupTest.php(+7 -0)📄 Description
When a DNS record contained any quotes, these were being encoded by
htmlentities()insideapp/Services/Commands/Commands/DNSLookup.phpon line 39.We just needed to add the
ENT_NOQUTOESflag.Disclaimer; I am running a Windows machine that does not have the
digcommand, so I couldn't 100% verify this though. Regardless, I've written a test that should cover this. Would appreciate it if someone could verify this fix. If needed, I'll spin this up on my server to confirm its fixed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.