Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scriptler-plugin
  Commit: 50072e54c443b9a894100e8771e492bddaf88a7d
      
https://github.com/jenkinsci/scriptler-plugin/commit/50072e54c443b9a894100e8771e492bddaf88a7d
  Author: imod <[email protected]>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerManagement.java
    M src/main/java/org/jenkinsci/plugins/scriptler/util/GroovyScript.java
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/catalog.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/runscript.jelly
    A src/main/webapp/scriptler.css
    M 
src/test/java/org/jenkinsci/plugins/scriptler/restapi/ScriptlerRestApiTest.java

  Log Message:
  -----------
  SECURITY-334 require POST for most scriptler management actions


  Commit: 7873bee3d03ee669d67738feefa347fbe003c5fc
      
https://github.com/jenkinsci/scriptler-plugin/commit/7873bee3d03ee669d67738feefa347fbe003c5fc
  Author: imod <[email protected]>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    A src/main/resources/index.html
    R src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/catalog.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/edit.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/runscript.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/scriptsettings.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/settings.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/show.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/sidepanel.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/builder/ScriptlerBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/tokenmacro/ScriptlerTokenMacro/help.jelly

  Log Message:
  -----------
  SECURITY-333 escape jellys per default and make sure name and comment are not 
rendered as HTML


  Commit: 6050bafaf98cd54f2b3f11fe24d13810966e62c5
      
https://github.com/jenkinsci/scriptler-plugin/commit/6050bafaf98cd54f2b3f11fe24d13810966e62c5
  Author: imod <[email protected]>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/scriptler/util/GroovyScript.java
    M 
src/test/java/org/jenkinsci/plugins/scriptler/restapi/ScriptlerRestApiTest.java

  Log Message:
  -----------
  revert parent update, go back to core 1.480


  Commit: cca3394b401efcb43716fd520b1aeb846a49eccd
      
https://github.com/jenkinsci/scriptler-plugin/commit/cca3394b401efcb43716fd520b1aeb846a49eccd
  Author: imod <[email protected]>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/scriptler/config/ScriptlerConfiguration.java
    M 
src/test/java/org/jenkinsci/plugins/scriptler/restapi/ScriptlerRestApiTest.java

  Log Message:
  -----------
  SECURITY-334 use most recent plugins parent pom and update core dependency to 
1.580


  Commit: d1b693fd405cf1354396ccb910aa8cb189a00c0b
      
https://github.com/jenkinsci/scriptler-plugin/commit/d1b693fd405cf1354396ccb910aa8cb189a00c0b
  Author: imod <[email protected]>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/scriptler/util/GroovyScript.java
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/runscript.jelly
    M 
src/test/java/org/jenkinsci/plugins/scriptler/restapi/ScriptlerRestApiTest.java

  Log Message:
  -----------
  SECURITY-334 address review comments


  Commit: 0fcf9e326304fe0d3bef58121f450774075d7027
      
https://github.com/jenkinsci/scriptler-plugin/commit/0fcf9e326304fe0d3bef58121f450774075d7027
  Author: imod <[email protected]>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerManagement.java
    M src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerPluginImpl.java
    M src/main/java/org/jenkinsci/plugins/scriptler/SyncUtil.java
    M 
src/main/java/org/jenkinsci/plugins/scriptler/config/ScriptlerConfiguration.java
    M 
src/main/java/org/jenkinsci/plugins/scriptler/git/GitScriptlerRepository.java
    M src/main/java/org/jenkinsci/plugins/scriptler/util/ByIdSorter.java

  Log Message:
  -----------
  Make windbags a bit more happy


  Commit: 2abbfd92afd16da3d852ea2a634440ded7de6878
      
https://github.com/jenkinsci/scriptler-plugin/commit/2abbfd92afd16da3d852ea2a634440ded7de6878
  Author: imod <[email protected]>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerManagement.java
    M src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerPluginImpl.java
    M 
src/test/java/org/jenkinsci/plugins/scriptler/restapi/ScriptlerRestApiTest.java

  Log Message:
  -----------
  ROOT-334 apply review comments


  Commit: d1986c8814824b461bce4e51293776ed99721de9
      
https://github.com/jenkinsci/scriptler-plugin/commit/d1986c8814824b461bce4e51293776ed99721de9
  Author: imod <[email protected]>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/scriptler/builder/ScriptlerBuilder.java

  Log Message:
  -----------
  JENKINS-44245 / SECURITY-366 make sure script is allowed to be run in a 
builder


  Commit: 70366b1f3acae2370b9e16d23c190c5b8cf23889
      
https://github.com/jenkinsci/scriptler-plugin/commit/70366b1f3acae2370b9e16d23c190c5b8cf23889
  Author: imod <[email protected]>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerManagement.java
    M src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerPluginImpl.java
    M src/main/java/org/jenkinsci/plugins/scriptler/SyncUtil.java
    M 
src/main/java/org/jenkinsci/plugins/scriptler/config/ScriptlerConfiguration.java
    M 
src/main/java/org/jenkinsci/plugins/scriptler/git/GitScriptlerRepository.java
    M src/main/java/org/jenkinsci/plugins/scriptler/util/ByIdSorter.java
    M src/main/java/org/jenkinsci/plugins/scriptler/util/GroovyScript.java
    A src/main/resources/index.html
    R src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/catalog.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/edit.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/runscript.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/scriptsettings.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/settings.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/show.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/sidepanel.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/builder/ScriptlerBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/tokenmacro/ScriptlerTokenMacro/help.jelly
    A src/main/webapp/scriptler.css
    M 
src/test/java/org/jenkinsci/plugins/scriptler/restapi/ScriptlerRestApiTest.java

  Log Message:
  -----------
  Merge branch 'SECURITY-334_require_POST'


  Commit: c994f59a624e688228aac622b83070ceadae9fa1
      
https://github.com/jenkinsci/scriptler-plugin/commit/c994f59a624e688228aac622b83070ceadae9fa1
  Author: imod <[email protected]>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/scriptsettings.properties
    M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/scriptsettings_ja.properties

  Log Message:
  -----------
  Merge branch 'master' of github.com:jenkinsci/scriptler-plugin


Compare: 
https://github.com/jenkinsci/scriptler-plugin/compare/a6cd8c16198d...c994f59a624e

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