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
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
The hostname verifier is set directly on
https://github.com/IncludeSecurity/safeurl-scala/blob/master/src/com/includesecurity/safeurl/SafeCurl.scala#L364
but this does not take into account subjectAltName's
dNSNamefield, which is what should be used:https://tersesystems.com/2014/03/23/fixing-hostname-verification/
This does not attempt to look for subjectAltName's
iPAddressfield, which would be the logical place to look if you're looking something up by IP.