From 138d4cb19ca3bd266518a0942de6f51eceed2c85 Mon Sep 17 00:00:00 2001 From: offa Date: Thu, 7 Apr 2022 10:37:43 +0200 Subject: [PATCH] Whitelist net.sf.json.JSON isEmpty() --- .../plugins/scriptsecurity/sandbox/whitelists/generic-whitelist | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist b/src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist index 5504e45b8..a13119ef6 100644 --- a/src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist +++ b/src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist @@ -825,6 +825,7 @@ staticMethod java.util.regex.Pattern quote java.lang.String method java.util.regex.Pattern split java.lang.CharSequence method java.util.regex.Pattern split java.lang.CharSequence int method net.sf.json.JSON isArray +method net.sf.json.JSON isEmpty method net.sf.json.JSON size