aboutsummaryrefslogtreecommitdiff
path: root/examples/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BUILD.bazel')
-rw-r--r--examples/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel
index 7f65a15b..dde8aaeb 100644
--- a/examples/BUILD.bazel
+++ b/examples/BUILD.bazel
@@ -102,6 +102,8 @@ java_fuzz_target_test(
target_compatible_with = SKIP_ON_MACOS,
)
+# WARNING: This fuzz target uses a vulnerable version of log4j, which could result in the execution
+# of arbitrary code during fuzzing if executed with an older JDK. Use at your own risk.
java_fuzz_target_test(
name = "Log4jFuzzer",
timeout = "long",