Branch: refs/heads/stable-1.596
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c826a1b8276879c6e3de384b697d42eadfcdf127
      
https://github.com/jenkinsci/jenkins/commit/c826a1b8276879c6e3de384b697d42eadfcdf127
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-07 (Sat, 07 Mar 2015)

  Changed paths:
    M core/src/main/java/jenkins/security/ApiTokenProperty.java

  Log Message:
  -----------
  [FIXED SECURITY-180]


  Commit: 1699e2c1f36a22d6a149e71c80937e9972ef6224
      
https://github.com/jenkinsci/jenkins/commit/1699e2c1f36a22d6a149e71c80937e9972ef6224
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-07 (Sat, 07 Mar 2015)

  Changed paths:
    M core/src/main/java/hudson/security/HudsonFilter.java

  Log Message:
  -----------
  [FIXED SECURITY-177]

Add nosniff header liberally to every request we serve.


  Commit: feb2703adb0c121705e5c8e9ddf8f663b6481cbd
      
https://github.com/jenkinsci/jenkins/commit/feb2703adb0c121705e5c8e9ddf8f663b6481cbd
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-07 (Sat, 07 Mar 2015)

  Changed paths:
    M core/src/main/java/hudson/util/FormValidation.java

  Log Message:
  -----------
  [FIXED SECURITY-171]


  Commit: 25bf232c0d1abf20ab5a27c6cc808c53d46ea1c8
      
https://github.com/jenkinsci/jenkins/commit/25bf232c0d1abf20ab5a27c6cc808c53d46ea1c8
  Author: Oliver Gondža <[email protected]>
  Date:   2015-03-07 (Sat, 07 Mar 2015)

  Changed paths:
    M test/src/test/java/hudson/model/UserTest.java

  Log Message:
  -----------
  [SECURITY-180] Test


  Commit: f880d8d2cd9d46987ee3630fa04f77b17784f4e8
      
https://github.com/jenkinsci/jenkins/commit/f880d8d2cd9d46987ee3630fa04f77b17784f4e8
  Author: Oliver Gondža <[email protected]>
  Date:   2015-03-07 (Sat, 07 Mar 2015)

  Changed paths:
    M core/src/test/java/hudson/util/FormValidationTest.java

  Log Message:
  -----------
  [SECURITY-171] test


  Commit: 57e78880cc035874bda916ef4d8d7fd7642af9db
      
https://github.com/jenkinsci/jenkins/commit/57e78880cc035874bda916ef4d8d7fd7642af9db
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M core/src/main/java/jenkins/security/ApiTokenProperty.java
    M test/src/test/java/hudson/model/UserTest.java

  Log Message:
  -----------
  Merge pull request #13 from jenkinsci-cert/SECURITY-180

[SECURITY-180] arbitrary API Token change/leak via changeToken


  Commit: f58ba6e72f978e2f73299e38a1b54ff70fc73fd8
      
https://github.com/jenkinsci/jenkins/commit/f58ba6e72f978e2f73299e38a1b54ff70fc73fd8
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M core/src/main/java/hudson/util/FormValidation.java
    M core/src/test/java/hudson/util/FormValidationTest.java

  Log Message:
  -----------
  Merge pull request #15 from jenkinsci-cert/SECURITY-171

[SECURITY-171] XSS in FormValidation._error(..., Throwable, ...)


  Commit: 9abf36612a7a92422e0d6c688796bc0fca590ee8
      
https://github.com/jenkinsci/jenkins/commit/9abf36612a7a92422e0d6c688796bc0fca590ee8
  Author: Jesse Glick <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M core/src/main/java/hudson/util/FormValidation.java
    M core/src/main/java/jenkins/security/ApiTokenProperty.java
    M core/src/test/java/hudson/util/FormValidationTest.java
    M test/src/test/java/hudson/model/UserTest.java

  Log Message:
  -----------
  Merge branch 'security' into security-stable-1.596

Conflicts:
        core/src/test/java/hudson/util/FormValidationTest.java
        test/src/test/java/hudson/model/UserTest.java


  Commit: 73b53b231e9f90ff2a330d01b5bf19db2f75ba85
      
https://github.com/jenkinsci/jenkins/commit/73b53b231e9f90ff2a330d01b5bf19db2f75ba85
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    A test/src/test/java/jenkins/security/Security177Test.java

  Log Message:
  -----------
  [SECURITY-177]

Added a test case to cover bases


  Commit: 6990809360f0afe5fcda548578c030c5cf6a8cf1
      
https://github.com/jenkinsci/jenkins/commit/6990809360f0afe5fcda548578c030c5cf6a8cf1
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M core/src/main/java/hudson/security/HudsonFilter.java
    A test/src/test/java/jenkins/security/Security177Test.java

  Log Message:
  -----------
  Merge pull request #14 from jenkinsci-cert/SECURITY-177

[SECURITY-177] Reflected XSS in AdjunctManager.doDynamic


  Commit: 921cfa9ed8ecdc3ebd9f2bdac7caa80e5dcefb06
      
https://github.com/jenkinsci/jenkins/commit/921cfa9ed8ecdc3ebd9f2bdac7caa80e5dcefb06
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M core/src/main/java/hudson/security/HudsonFilter.java
    A test/src/test/java/jenkins/security/Security177Test.java

  Log Message:
  -----------
  Merge branch 'security' into security-stable-1.596


  Commit: 2cc3afdebedbe356b7451e382e62a4d62a521208
      
https://github.com/jenkinsci/jenkins/commit/2cc3afdebedbe356b7451e382e62a4d62a521208
  Author: Oliver Gondža <[email protected]>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M test/src/test/java/hudson/model/UserTest.java

  Log Message:
  -----------
  [SECURITY-180] fix test


  Commit: cefc52cb9422a7161bd29a94b6abe1b3d4ad25d9
      
https://github.com/jenkinsci/jenkins/commit/cefc52cb9422a7161bd29a94b6abe1b3d4ad25d9
  Author: Jesse Glick <[email protected]>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M test/src/test/java/hudson/model/UserTest.java

  Log Message:
  -----------
  Merge branch 'security' into security-stable-1.596


  Commit: 7809846c90f2a99ace36d55b5a7a3f9f8679c6d7
      
https://github.com/jenkinsci/jenkins/commit/7809846c90f2a99ace36d55b5a7a3f9f8679c6d7
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release jenkins-1.596.2


  Commit: 520a8683b45560b5cbc6c1304d00a7cde0f0040f
      
https://github.com/jenkinsci/jenkins/commit/520a8683b45560b5cbc6c1304d00a7cde0f0040f
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: dbd262bc0b7d558b6aa0d78376583ee7b51efea0
      
https://github.com/jenkinsci/jenkins/commit/dbd262bc0b7d558b6aa0d78376583ee7b51efea0
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M debian/debian/changelog

  Log Message:
  -----------
  updated changelog as a part of the release


Compare: 
https://github.com/jenkinsci/jenkins/compare/2f4d89078580...dbd262bc0b7d

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