-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Recursive unscoping #87
Comments
That's a good point! The tricky part about it is that some structs are not strictly hierarchical, like one subdomain always belongs to one domain, but an ip might belong to multiple subdomains. If we follow all possible relations recursively you could easily remove a large part of your database from your scope. One possible solution is explicitly whitelisting relations that are safe to follow in recursion. This would be everything with I would consider Would that work for you? There's a full list of all structs here, Thanks! |
That would be great this way ! I can't think of specific use cases right now, I just tried sn0int a few days ago and I felt this was missing. |
It would be great to be able to recursively unscope entries, meaning unscoping domain would also unscope related subdomains, IPs, etc...
The text was updated successfully, but these errors were encountered: