Handle source looped recursion #16
Labels
No labels
bug
duplicate
enhancement
false-negative
false-positive
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#14 Priority can be wrong
geoffrey/eulaurarien
#15 RDNS of legitimate names can be a tracking hostname
geoffrey/eulaurarien
Reference: geoffrey/eulaurarien#16
Loading…
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?
Got a case where two records's sources pointed to each other:
62.161.94.223/32 5FD1
<->mail.xiti.us 6F_1
They probably should be pruned or not allowed to exist.
This manifests when running
export.py --explain
(lines numbers are off due to debugging):Might be fixed with #14 , might be not needed depending on #15.