You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: DNS interceptor tool supports using a custom upstream server. However, it doesn't validate if the upstream server is valid or not. Also, the checkValidUpstream function doesn't check for nil output from net.ParseIP function, hence returning incorrect boolean output from the parent function.
How to reproduce it (as minimally and precisely as possible): Use the DNS interceptor tool with incorrect upstream server env
The text was updated successfully, but these errors were encountered:
BUG REPORT
What happened: DNS interceptor tool supports using a custom upstream server. However, it doesn't validate if the upstream server is valid or not. Also, the
checkValidUpstream
function doesn't check for nil output fromnet.ParseIP
function, hence returning incorrect boolean output from the parent function.How to reproduce it (as minimally and precisely as possible): Use the DNS interceptor tool with incorrect upstream server env
The text was updated successfully, but these errors were encountered: