~james-page/ubuntu/precise/jenkins/954960-1.424.6

« back to all changes in this revision

Viewing changes to test/src/test/resources/hudson/model/HudsonTest/testSimpleConfigSubmit/config.xml

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Damien Raude-Morvan
  • Date: 2012-01-14 18:41:37 UTC
  • mfrom: (1.1.3) (5.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120114184137-1pxuj76htdqukbia
Tags: 1.409.3+dfsg-2
[ James Page ]
* http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2012-01-10.cb
  - Rebuild to pickup new versions of jenkins-winstone (>= 0.9.10-jenkins-31)
    and jenkins-executable-war (>= 1.25) to fix Hash DoS vulnerability in
    jenkins when running standalone.

[ Damien Raude-Morvan ]
* Add DM-Upload-Allowed flag for James Page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
2
 
<!--
3
 
The MIT License
4
 
 
5
 
Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
6
 
 
7
 
Permission is hereby granted, free of charge, to any person obtaining a copy
8
 
of this software and associated documentation files (the "Software"), to deal
9
 
in the Software without restriction, including without limitation the rights
10
 
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
 
copies of the Software, and to permit persons to whom the Software is
12
 
furnished to do so, subject to the following conditions:
13
 
 
14
 
The above copyright notice and this permission notice shall be included in
15
 
all copies or substantial portions of the Software.
16
 
 
17
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
 
THE SOFTWARE.
24
 
-->
25
 
 
26
 
<hudson>
27
 
  <numExecutors>2</numExecutors>
28
 
  <mode>NORMAL</mode>
29
 
  <authorizationStrategy class="hudson.security.AuthorizationStrategy$Unsecured"/>
30
 
  <securityRealm class="hudson.security.SecurityRealm$None"/>
31
 
  <jdks>
32
 
    <jdk>
33
 
      <name>jdk1</name>
34
 
      <javaHome>/tmp</javaHome>
35
 
    </jdk>
36
 
    <jdk>
37
 
      <name>jdk2</name>
38
 
      <javaHome>/tmp</javaHome>
39
 
    </jdk>
40
 
  </jdks>
41
 
  <slaves/>
42
 
  <quietPeriod>5</quietPeriod>
43
 
  <slaveAgentPort>0</slaveAgentPort>
44
 
  <secretKey>0b5165d9bd5c32b84a685eadc52b5c976d82e6c0baf83c3677cd12464cf755db</secretKey>
45
 
</hudson>
 
 
b'\\ No newline at end of file'