Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: d1d3363526166f79b2e6c586de60edaca5b68729
      
https://github.com/jenkinsci/script-security-plugin/commit/d1d3363526166f79b2e6c586de60edaca5b68729
  Author: Pit <pitk...@googlemail.com>
  Date:   2019-07-23 (Tue, 23 Jul 2019)

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

  Log Message:
  -----------
  Update whitelist DefaultGroovyMethods {any, every}

Like for `each`, `any` and `every` might receive a `java.lang.Object` although 
the object itself is in fact iterable.

Minified example:

```groovy
'string'.split().every { it }
```


  Commit: ca4a9f270bacc6e53c5baffbcc3ec8e4294f2206
      
https://github.com/jenkinsci/script-security-plugin/commit/ca4a9f270bacc6e53c5baffbcc3ec8e4294f2206
  Author: Devin Nusbaum <dwnusb...@users.noreply.github.com>
  Date:   2019-08-08 (Thu, 08 Aug 2019)

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

  Log Message:
  -----------
  Merge pull request #260 from pitkley/patch-1

Update whitelist DefaultGroovyMethods {any, every}


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/3d3583ca2145...ca4a9f270bac

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/script-security-plugin/push/refs/heads/master/3d3583-ca4a9f%40github.com.

Reply via email to