Arjun

Results 6 issues of Arjun

Hi, summon @andrey-zelenkov I'm the same guy who did the integration of `unit` into `oss-fuzz`; Currently, I'm planning to shift the fuzzing harness files from the OSS-Fuzz repo to the...

Continuing the fuzzing integration: https://github.com/nginx/unit/pull/1291. Adding [cifuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration) for checking build failures and PR fuzzing. Using the main [example](https://google.github.io/oss-fuzz/getting-started/continuous-integration/#integrating-into-your-repository) provided by the OSS-Fuzz team, with an updated time of only 300...

Adding seed corpus for `FuzzVerifyReply`

Adding [fuzzing](https://go.dev/doc/security/fuzz/) support in `quickfix`; The bugs I found https://github.com/quickfixgo/quickfix/issues/678.

### Test code for `TestParserBug` ```go /* parser_test.go */ func TestParserBug(t *testing.T) { parser := newParser(strings.NewReader(string("8=\x019=119999999999999999999999999999999999999999999999999999999999970\x01"))) _, _ = parser.ReadMessage() } ``` #### Crash stack trace ```bash $ go test...

## Proposed commit message Integrating [go-fuzz](https://go.dev/doc/security/fuzz/) fuzz tests. > - WHY: the rationale/motivation for the changes I reported multiple bugs on HackerOne in December 2024. To my surprise, it's still...

Team:Elastic-Agent-Data-Plane
Team:Obs-InfraObs
Team:Security-Linux Platform
Team:Security-Deployment and Devices