MCPcopy Create free account
hub / github.com/CodeIntelligenceTesting/jazzer / el

Method el

src/main/java/jaz/Zer.java:108–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 // A RCE finding is only reported if the ReflectiveCall sanitizer is active to give users a way to
107 // silence it.
108 public static void el() {
109 if (isSanitizerEnabled(REFLECTIVE_CALL_SANITIZER_ID)) {
110 reportFinding();
111 }
112 }
113
114 private void reportFindingIfEnabled() {
115 if (isSanitizerEnabled(sanitizer)) {

Callers

nothing calls this directly

Calls 2

isSanitizerEnabledMethod · 0.95
reportFindingMethod · 0.95

Tested by

no test coverage detected