Re: Solved security problems in PostBuildScript Plugin

2017-11-03 Thread Daniel Heid
Many thanks! I added a Jenkinsfile amd released new version 0.18 that includes the security fix and solves another bug. Also I did a pull request on the Job DSL plugin to remove the deprecations.It would be very kind if you would merge

Re: Solved security problems in PostBuildScript Plugin

2017-11-02 Thread Daniel Heid
very much in advance!Kind regardsDanielAm 30.10.2017 4:15 nachm. schrieb Daniel Heid <dh...@posteo.de>:Because there are users that simply want to execute shell scripts. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To

Re: Solved security problems in PostBuildScript Plugin

2017-10-30 Thread Daniel Heid
Because there are users that simply want to execute shell scripts. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Solved security problems in PostBuildScript Plugin

2017-10-30 Thread Daniel Heid
And I volunteer in adopting the plugin to maintain it. I already solved three issues.Am 30.10.2017 7:10 nachm. schrieb Daniel Beck : > On 30. Oct 2017, at 15:59, Jesse Glick wrote: > > Why not just use the Groovy Postbuild plugin, which has comparable

Solved security problems in PostBuildScript Plugin

2017-10-27 Thread Daniel Heid
Hi everyone,I tried to fix the arbritrary code execution vulnerability in the PostBuildScript plugin by using the SecureGroovyScript recommendation (https://wiki.jenkins.io/display/JENKINS/Script+Security+Plugin).You'll find the pull request