logoalt Hacker News

swiftcodertoday at 10:59 AM1 replyview on HN

> curl is mature enough that the chance of an impactful bug is basically zero

Curl is also something that should be thoroughly sandboxed to begin with, because even if there are no vulnerabilities in curl itself, its a tool for downloading arbitrary data over the internet, and you may well accidentally trigger vulnerabilities in every other part of your environment just by downloading arbitrary data to your shell...


Replies

inigyoutoday at 12:44 PM

curl is the sandbox. It exchanges packets with the internet and then outputs a safely sanitized byte stream.

show 1 reply