Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: bump fuzz introspector (#10802)
This contains a minor fix in accummulated code complexity for the annotated CFG feature, used by https://introspector.oss-fuzz.com/api/annotated-cfg -- in some cases the value would be 0 incorrectly. Also includes: - a refined definition of top-level API fra annotated-cfg extraction: - PR: ossf/fuzz-introspector#1191 - fixes: ossf/fuzz-introspector#1180 (comment) - Extended type recognition for C/C++ projects: - PR: ossf/fuzz-introspector#1190 - fixes: ossf/fuzz-introspector#1188 - Converts arg types to array of strings rather a string representation entirely: - PR: ossf/fuzz-introspector#1189 - fixes: ossf/fuzz-introspector#1187)
- Loading branch information