AdamKorcz

Results 97 issues of AdamKorcz

**Is your feature request related to a problem? Please describe.** cuDF has an extensive fuzzing suite that could benefit the project by running in the CI. **Describe the solution you'd...

feature request
cuDF (Python)
cuIO

Integrates the native Go engine. The following commands are supported: 1. `build_fuzzers` 2. `run_fuzzer` To run the demo project: 1. `python3 infra/helper.py build_image test-native-go-fuzzing` 2. `python3 infra/helper.py build_fuzzers test-native-go-fuzzing` 3....

@justincormack @marcofranssen Are you interested in integrating notary into OSS-fuzz for continuous fuzzing? This PR adds the build files for the cryptoservice fuzzer to be run continuously. To complete this...

Adding to the existing jsonnet integration until further notice.

Depends on https://github.com/kubernetes/kubernetes/pull/104772

Initial integration of [lmdb](https://github.com/LMDB/lmdb). @hyc @quanah Are you interested in integrating lmdb into OSS-fuzz for continuous fuzzing and receive bug reports? To complete the PR we need an email for...

Initial integration of [Xuperchain](https://github.com/xuperchain/xuperchain) @ToWorld @qizheng09 @icexin @yucaowang Are you interested in integrating Xuperchain into OSS-fuzz for continuous fuzzing and receive bug reports if anything is found? This PR sets...

Initial integration of Nokias high-efficiency image file format ([heif](https://github.com/nokiatech/heif)). Users include: 1. Microsoft ([source](https://blogs.windows.com/windows-insider/2018/03/16/announcing-windows-10-insider-preview-build-17123-for-fast/#LOVB9QRvOqlWaKei.97)) 2. Apple ([source](https://www.loc.gov/preservation/digital/formats/fdd/fdd000525.shtml) and [source](https://www.cnet.com/news/apple-ios-boosts-heif-photos-over-jpeg-wwdc/))

Adds a more helpful log message in case psutil is `None`. Signed-off-by: AdamKorcz

Adds CIFuzz for libgit2 which will run its fuzzers for 600 seconds when a pull request is made. The 600 seconds can be modified. The documentation of CIFuzz can be...