Branch: refs/heads/invokemethod
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: d5ba693a3d488ffa716dc7dae9cd2544492ce338
      
https://github.com/jenkinsci/script-security-plugin/commit/d5ba693a3d488ffa716dc7dae9cd2544492ce338
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2015-07-17 (Fri, 17 Jul 2015)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptor.java
    M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  Fixed incorrect sandbox check when invoking GDM method on a class that 
defines invokeMethod.

The groovy runtime would resolve a call to a GroovyDefaultMethods method
in this case, but the script-security check incorrectly concludes that
the call would resolve to the invokeMethod method.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to