infra: bump fuzz introspector (#9702)

Includes
- Several bug fixes for builds
- Refinement of how static analysis is matched with code coverage data
(https://github.com/ossf/fuzz-introspector/issues/812)
- More output to `summary.json` to make the following logic less hacky:
3d2ec74dba/infra/build/build_status/fuzz_introspector_page_gen.py (L250-L260)
- Improvements to the Sink analyser for detecting e.g. code injections:
https://fuzz-introspector.readthedocs.io/en/latest/user-guides/analyse-sink-function.html
- Various improvements to the java frontend

Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
DavidKorczynski 2023-02-23 02:00:19 +00:00 committed by GitHub
parent 8c66f08246
commit bf647ce826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
git checkout 6b21f6396192f9c01f81d9e6c61ddfe1b36b288b && \
git checkout 74a51f53dcfed4e2ec062232fd9cbf480dae6962 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \