-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Open
Description
Symfony version(s) affected
7.2.4
Description
Callable passed is nullable, but it's not null checked before being used in
if (null === $info['redirect_url'] = $resolveRedirect($ch, $location, $noContent)) { |
How to reproduce
framework:
http_client:
default_options:
headers:
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'
max_redirects: 10
GET URL https://time.com/5552679/impeached-presidents/
Possible Solution
No response
Additional Context
No response