mirror of https://github.com/google/oss-fuzz.git
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:
parent
a01dcaee59
commit
2a1c4caf15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue