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
from my take on this, you can go have say whitelist of ('1.2.3.4'), and a host that resolves to ('4.3.2.1', '1.2.3.4'), and this check will set valid to true after checking the second ip, but the first is the one most likely to get used, and is not whitelisted.
I could be wrong, but my thinking is that all the ips should match something on the whitelist?
Cheers,
Hugh
The text was updated successfully, but these errors were encountered:
from https://github.com/fin1te/safecurl/blob/master/src/fin1te/SafeCurl/Url.php#L138
from my take on this, you can go have say whitelist of ('1.2.3.4'), and a host that resolves to ('4.3.2.1', '1.2.3.4'), and this check will set valid to true after checking the second ip, but the first is the one most likely to get used, and is not whitelisted.
I could be wrong, but my thinking is that all the ips should match something on the whitelist?
Cheers,
Hugh
The text was updated successfully, but these errors were encountered: