junit4 4.12-8~18.04.1 source package in Ubuntu

Changelog

junit4 (4.12-8~18.04.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Exposure of Sensitive Information
    - debian/patches/CVE-2020-15250.patch: fix local information disclosure
      vulnerability.
    - CVE-2020-15250
  * Other fixes
    - debian/patches/maven2-compatibility.patch: Remove the prerequisite on
      Maven 3.

 -- Paulo Flabiano Smorigo <email address hidden>  Wed, 10 Feb 2021 15:17:35 +0000

Upload details

Uploaded by:
Paulo Flabiano Smorigo
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe devel
Bionic security universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junit4_4.12.orig.tar.xz 274.1 KiB 88ceb79bafd6871adb1b149712926d6334bd33473c36a7da1c79bb857eeda682
junit4_4.12-8~18.04.1.debian.tar.xz 13.9 KiB 21fd4c5a66acbd5487513e2fdb7f79b5a86e3fda91f66fcfb71a91a919d58bbd
junit4_4.12-8~18.04.1.dsc 2.2 KiB 486567531475fde8bbcb9bf63aca43db867e3d97ddff85cff052e18f75e92876

View changes file

Binary packages built by this source

junit4: JUnit regression test framework for Java

 JUnit is a simple framework to write repeatable tests. It is an
 instance of the xUnit architecture for unit testing frameworks.
 .
 JUnit 4 uses Java 5 features such as generics and annotations. If
 you need compatibility with previous Java versions, you should use
 the junit package (version 3) instead.

junit4-doc: JUnit regression test framework for Java - documentation

 JUnit is a simple framework to write repeatable tests. It is an
 instance of the xUnit architecture for unit testing frameworks.
 .
 JUnit 4 uses Java 5 features such as generics and annotations. If
 you need compatibility with previous Java versions, you should use
 the junit package (version 3) instead.
 .
 This package contains Javadoc API documentation of JUnit 4.