curl-fuzzer icon indicating copy to clipboard operation
curl-fuzzer copied to clipboard

Quality assurance testing for the curl project

Results 17 curl-fuzzer issues
Sort by recently updated
recently updated
newest added

Hi, Sorry for this question which may sound stupid. I have been reading the code of this project for quite a while, and I am starting to understand it. However,...

I've just added a script which generates a one-sided pcap file from corpora responses. Would it be useful if the fuzzers could generate a pcap file for all traffic on...

The bash script approach is fine, but having a proper configure script would make things easier. It may make the pipeline of "compile binaries, edit curl, recompile binaries" easier.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ruff](https://docs.astral.sh/ruff) ([source](https://redirect.github.com/astral-sh/ruff), [changelog](https://redirect.github.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `==0.11.0` -> `==0.11.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | digest | `b14cf4c` -> `95815c3` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) |...

It'd be nice if the code was a little more up to date. Here's a (non-exhaustive) list of things I'd like to cover in the short term. ### Poetry (done)...

In REPRODUCING.md there is a documented command line to run read_corpus.py to show the details of a testcase. This needs updating as it does not work like this since the...