提交 5ef902bb 编写于 作者: K Kohsuke Kawaguchi

[FIXED SECURITY-22]

Fixed hash DoS problem.
上级 b1bb3f66
......@@ -55,6 +55,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<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>
Fixed "Deploy artifacts to Maven repository" as a promotion action.
Requires promoted-builds plugin 2.5+.
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册