checkstyle 8.29-1 source package in Ubuntu

Changelog

checkstyle (8.29-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 8.29.
    - Fix CVE-2019-10782: XML External Entity (XXE) Injection vulnerability.
  * Declare compliance with Debian Policy 4.5.0.
  * Add junit5 to B-D. Ignore unpackaged artifacts in maven.ignoreRules.

 -- Markus Koschany <email address hidden>  Mon, 10 Feb 2020 14:12:49 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libs

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
checkstyle_8.29-1.dsc 2.6 KiB e211a6461ba519f59f2530530e015b154251d0a0c17fa1884f9711aea5b1a53c
checkstyle_8.29.orig.tar.xz 3.6 MiB 350dbab4155d4398adf7d0e5752da9064ee9733c2b33be0cd534afcc8ab6718d
checkstyle_8.29-1.debian.tar.xz 8.0 KiB 4205511038026003a3f93c8d43217fccfc7269d328afda221215b5087ca81446

Available diffs

No changes file available.

Binary packages built by this source

checkstyle: checks Java source against a coding standard

 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.

checkstyle-doc: Documentation for Checkstyle

 Checkstyle is a development tool to help programmers write Java code that
 adheres to a coding standard. It automates the process of checking Java
 code to spare humans of this boring (but important) task. This makes it
 ideal for projects that want to enforce a coding standard.
 .
 Checkstyle is highly configurable and can be made to support almost any
 coding standard. An example configuration file is supplied supporting the
 Sun Code Conventions.
 .
 This package contains the Javadoc files and some examples to illustrate
 how use the Checkstyle tool.