oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

Project owners need some way to adjust severity of OSS-Fuzz reports

Open davidben opened this issue 1 year ago • 0 comments

This is a companion to https://github.com/google/oss-fuzz/issues/11925

OSS-Fuzz automatically assigns severity for bugs. This is a great first-pass triage, but sometimes OSS-Fuzz is wrong. It may over-level the bug if it's a bug in the fuzzer and not actual code, or in an irrelevant part of the system. It may under-level the bug if it's a case where non-memory-safety correctness still has serious ramifications, e.g. some kinds of cryptographic errors.

Now that OSS-Fuzz bugs are integrated into OSV, these mistakes go from cosmetic issues to actual problems.

davidben avatar May 10 '24 18:05 davidben