提交 76440f3e 编写于 作者: K Kohsuke Kawaguchi

[FIXED SECURITY-22]

Fixed hash DoS problem.
(cherry picked from commit 5ef902bb)

Conflicts:

	changelog.html
上级 5d5efc29
......@@ -55,7 +55,6 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
</ul>
</div><!--=TRUNK-END=-->
......@@ -63,6 +62,9 @@ Upcoming changes</a>
<div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.447>What's new in 1.447</a> <!--=DATE=--></h3>
<ul class=image>
<li class=bug>
Fixed a hash DoS vulnerability.
(<a href="http://www.ocert.org/advisories/ocert-2011-003.html">SECURITY-22</a>)
<li class=bug>
NullPointerException in maven-plugin: Maven3Builder / ExecutedMojo (1.445)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12259">issue 12259</a>)
......
......@@ -51,7 +51,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>executable-war</artifactId>
<version>1.24</version>
<version>1.25</version>
<scope>provided</scope>
</dependency>
......@@ -99,7 +99,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-30</version>
<version>0.9.10-jenkins-31</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册