| ▲ | connor4312 3 hours ago | |
Copilot will prompt you before accessing untrusted URLs. It seems a crux of the vulnerability that the user didn't need to consent before hitting a url that was effectively an open redirect. | ||
| ▲ | simonw 3 hours ago | parent [-] | |
Which Copilot? Does it do that using its own web fetch tool or is it smart enough to spot if it's about to run `curl` or `wget` or `python -c "import urllib.request; print(urllib.request.urlopen('https://www.example.com/').read())"`? | ||