Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: c91a8456c03e15fb7cba09bce061c1788173cef6
      
https://github.com/jenkinsci/script-security-plugin/commit/c91a8456c03e15fb7cba09bce061c1788173cef6
  Author: Jesse Glick <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/jenkins-whitelist

  Log Message:
  -----------
  Whitelisting Item.getParent.
Does no ACL check, but generally safe, since most AuthorizationStrategy’s only 
let you see a child if you can see its parent first.


  Commit: 0097d02a9bd0043204258dfc36a33f31bb0372c9
      
https://github.com/jenkinsci/script-security-plugin/commit/0097d02a9bd0043204258dfc36a33f31bb0372c9
  Author: Jesse Glick <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

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

  Log Message:
  -----------
  Handle common MetaClass method injection by closure.


  Commit: ee69db1b51906e10934369b33e0ca02b3caa9a9e
      
https://github.com/jenkinsci/script-security-plugin/commit/ee69db1b51906e10934369b33e0ca02b3caa9a9e
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M pom.xml
    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/whitelists/StaticWhitelistTest.java

  Log Message:
  -----------
  Merge branch 'master' into metaClassDelegate


  Commit: c717b7794abac622b3c1863b9e1fdcf6a5a2a16e
      
https://github.com/jenkinsci/script-security-plugin/commit/c717b7794abac622b3c1863b9e1fdcf6a5a2a16e
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

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

  Log Message:
  -----------
  @kohsuke was concerned about method pointers; demonstrating that these 
continue to be checked at point of call.


  Commit: 5f74dc3385b809ec95ef24f0e21ac5c42695abed
      
https://github.com/jenkinsci/script-security-plugin/commit/5f74dc3385b809ec95ef24f0e21ac5c42695abed
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

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

  Log Message:
  -----------
  Merge pull request #49 from jglick/metaClassDelegate

MetaClass delegate handling


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/eee461711f0b...5f74dc3385b8

-- 
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