Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 1e7155787f9c59bb66d7bd2f7bee788f98adc706
      
https://github.com/jenkinsci/script-security-plugin/commit/1e7155787f9c59bb66d7bd2f7bee788f98adc706
  Author: Andrew Bayer <[email protected]>
  Date:   2017-12-12 (Tue, 12 Dec 2017)

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

  Log Message:
  -----------
  [FIXED JENKINS-48501] Null-safety in varargs->array check

Added some more null checks in the vicinity just to be safe, but the
main thing here is that we needed to avoid an NPE *and* treat a null
arg as if it were of the target method's trailing array parameter's
component type, since, well, null is every type.


  Commit: 2a1f9f517b4156dfa26fec25d3db131805a58af4
      
https://github.com/jenkinsci/script-security-plugin/commit/2a1f9f517b4156dfa26fec25d3db131805a58af4
  Author: Andrew Bayer <[email protected]>
  Date:   2017-12-12 (Tue, 12 Dec 2017)

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

  Log Message:
  -----------
  Merge pull request #173 from abayer/jenkins-48501

[FIXED JENKINS-48501] Null-safety in varargs->array check


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/9074396aa6d4...2a1f9f517b41

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