tests: implement OSS Fuzz
Once we OSS the code, we should introduce automated fuzzing:
https://github.com/google/oss-fuzz
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.
Ada Logics will be doing some fuzzing, let's see where this is after the security audit.
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