~ubuntu-branches/ubuntu/saucy/jenkins/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/native-integration/windows-service-disable.patch/core/pom.xml

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-03-27 09:17:51 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120327091751-8qx6gofm6tuz8yov
Tags: 1.424.6+dfsg-1
* New upstream release, fixing XSS security vulnerability (Closes: #664057):
  - d/control: Add new dependency on libowasp-java-html-sanitizer-java.
  - d/maven.rules: Add new rule to use artifacts 
    from libowasp-java-html-sanitizer-java.
* Switch upstart configurations to use start-stop-daemon to allow
  desktop systems to shutdown.
* d/jenkins-slave.upstart.in: Ensure /var/run/jenkins exists before
  trying to download the jenkins slave.jar file to it.
  Thanks to Al Stone for providing this fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  <parent>
30
30
    <groupId>org.jenkins-ci.main</groupId>
31
31
    <artifactId>pom</artifactId>
32
 
    <version>1.424.3</version>
 
32
    <version>1.424.6</version>
33
33
    <relativePath>../pom.xml</relativePath>
34
34
  </parent>
35
35
 
513
513
      <version>1.0</version>
514
514
    </dependency>
515
515
 
 
516
    <dependency>
 
517
      <groupId>org.kohsuke</groupId>
 
518
      <artifactId>owasp-html-sanitizer</artifactId>
 
519
      <version>r88</version>
 
520
    </dependency>
516
521
    <!-- offline profiler API to put in the classpath if we need it -->
517
522
    <!--dependency>
518
523
      <groupId>com.yourkit.api</groupId>