Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: c9c7690fc1e8cc99568a61c71ed81df85ab5e7c4
      
https://github.com/jenkinsci/script-security-plugin/commit/c9c7690fc1e8cc99568a61c71ed81df85ab5e7c4
  Author: Kohsuke Kawaguchi <[email protected]>
  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.


  Commit: 82e2efbddd5b1b0fe00b4b553bf58bba22c6ebe5
      
https://github.com/jenkinsci/script-security-plugin/commit/82e2efbddd5b1b0fe00b4b553bf58bba22c6ebe5
  Author: Jesse Glick <[email protected]>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  Minor stylistic improvements.


  Commit: 92e5ffea32783fb33083275e98972306bb2e1ba0
      
https://github.com/jenkinsci/script-security-plugin/commit/92e5ffea32783fb33083275e98972306bb2e1ba0
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-07-22 (Wed, 22 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:
  -----------
  Merge pull request #19 from jenkinsci/invokemethod

Fixed incorrect sandbox check when invoking GDM method on a class that defines 
invokeMethod.


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/502407372267...92e5ffea3278

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to