How we applied fuzzing techniques to cURL
blog.trailofbits.com
How we applied fuzzing techniques to cURL
1–10 of 84 posts
Re: How we applied fuzzing techniques to cURL
#2Re: How we applied fuzzing techniques to cURL
#3[flagged]
Re: How we applied fuzzing techniques to cURL
#4[flagged]
Re: How we applied fuzzing techniques to cURL
#5[flagged]
Re: How we applied fuzzing techniques to cURL
#6[flagged]
The analogy sounds great and catchy (and sufficiently contrarian to get knee jerk upvotes from the site), but it really oversimplifies things and misses the mark on what types of problems fuzzing catches and why that's incredibly important in a project as popular as curl.
Re: How we applied fuzzing techniques to cURL
#7[flagged]
Re: How we applied fuzzing techniques to cURL
#8Earlier quoted context omitted.
The analogy sounds great and catchy (and sufficiently contrarian to get knee jerk upvotes from the site), but it really oversimplifies things and misses the mark on what types of problems fuzzing catches and why that's incredibly important in a project as popular as curl.
Indeed. It's more of an argument not to execute scripts downloaded from the web. Which is valid, but not the point of fortifying curl.
Re: How we applied fuzzing techniques to cURL
#9Earlier quoted context omitted.
The analogy sounds great and catchy (and sufficiently contrarian to get knee jerk upvotes from the site), but it really oversimplifies things and misses the mark on what types of problems fuzzing catches and why that's incredibly important in a project as popular as curl.
Indeed. It's more of an argument not to execute scripts downloaded from the web. Which is valid, but not the point of fortifying curl.
Re: How we applied fuzzing techniques to cURL
#10At that point, is it worth the time invested? Every new feature can take 2-3 times longer to deliver due to adding tests.