minder icon indicating copy to clipboard operation
minder copied to clipboard

tests: implement OSS Fuzz

Open lukehinds opened this issue 2 years ago • 2 comments

Once we OSS the code, we should introduce automated fuzzing:

https://github.com/google/oss-fuzz

lukehinds avatar May 26 '23 06:05 lukehinds

golang supports fuzzing; oss-fuzz uses a slightly different interface and seems to be largely executed by AdaLogics under contract with the Linux Foundation. We may need Linux Foundation support to benefit from oss-fuzz in particular.

evankanderson avatar Jul 06 '23 13:07 evankanderson

Ada Logics will be doing some fuzzing, let's see where this is after the security audit.

evankanderson avatar May 22 '24 13:05 evankanderson

Fixed by https://github.com/stacklok/minder/pull/3521 and the following tests added:

https://github.com/stacklok/minder/pull/3439 https://github.com/stacklok/minder/pull/3444 https://github.com/stacklok/minder/pull/3443 https://github.com/stacklok/minder/pull/3442 https://github.com/stacklok/minder/pull/3441 https://github.com/stacklok/minder/pull/3440 https://github.com/stacklok/minder/pull/3445

evankanderson avatar Aug 01 '24 13:08 evankanderson