We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code currently does Unix.string_of_inet_addr by default, making the tool considerably less pure.
Unix.string_of_inet_addr
It would be nice if that was an opt-in hazard, or if, at least, there was a -n option to disable this behavior.
-n
I know, I know, it's mostly a concern for the unfortunate souls among us that happen to use GNU software :-)
Example of why DNS resolution is problematic: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Alternatively, perhaps a pure DNS lib?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code currently does
Unix.string_of_inet_addr
by default, making the tool considerably less pure.It would be nice if that was an opt-in hazard, or if, at least, there was a
-n
option to disable this behavior.I know, I know, it's mostly a concern for the unfortunate souls among us that happen to use GNU software :-)
Example of why DNS resolution is problematic:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Alternatively, perhaps a pure DNS lib?
The text was updated successfully, but these errors were encountered: