mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #523] crash due to nameserver_ip key missing in cleaned_data #378
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#378
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?
Originally created by @ThomasWaldmann on GitHub (Apr 18, 2023).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/523
POST data:
Guess the unexpected port spec (
:53) makes it fail, but it should not crash.@ThomasWaldmann commented on GitHub (Apr 18, 2023):
@PhrozenByte guess #492 needs another fix, now it is practically tested. :-)
I replaced the
nameserver_ipPOST value by an equivalent other IPv4 IP for privacy reasons.But
nameserver2_ipwas really posted like that, haha.@PhrozenByte commented on GitHub (Apr 18, 2023):
Told you I've never used Django 🙈 😄
Fixing the
KeyErroris trivial, but since I still have never used Django and don't have a local dev environment of nsupdate.info, I just don't know for sure. I hope that it's going to trigger a form validation error, but the patch surely needs testing. See #524Again, thanks Thomas, please keep up your amazing work! ❤️