Sigstore-java: Add target package prefix environment variable (#9997)

This PR adds an extra environment variable to specify target package
prefix of java classes for the jvm frontend. This could ignore unrelated
class in the frontend processing and decrease the time and resources
overhead.
Reference: https://github.com/ossf/fuzz-introspector/pull/938

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
This commit is contained in:
Arthur Chan 2023-04-18 14:28:13 +01:00 committed by GitHub
parent a01dcaee59
commit 2a1c4caf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -15,4 +15,8 @@
#
################################################################################
# Specifying the target package prefix for java frontend
export TARGET_PACKAGE_PREFIX=dev.sigstore.*
# Call build script provided by sigsotre-java/fuzzing
$SRC/sigstore-java/fuzzing/oss_fuzz_build.sh