htmlunit 2.8-1ubuntu2.1 source package in Ubuntu

Changelog

htmlunit (2.8-1ubuntu2.1) xenial-security; urgency=medium

  * Fix FTBFS because of mime4j.
  * Ignore the dependency on maven-assembly-plugin and maven-antrun-plugin.
  * SECURITY UPDATE: Arbitrary code execution.
    - d/p/0001-disable-java-access-to-avoid-execution-of-arbitrary-.patch:
      disable java access to avoid execution of arbitrary (java) code.
    - CVE-2020-5529

 -- Eduardo Barretto <email address hidden>  Fri, 09 Oct 2020 15:26:22 -0300

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe java
Xenial security universe java

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
htmlunit_2.8.orig.tar.gz 15.6 MiB 381e40a4aaaf76089ebc045a655ffe8a8a381c1b8db2d02e2e71ae3886a94516
htmlunit_2.8-1ubuntu2.1.debian.tar.xz 11.7 KiB d0c40ef34b4321a19c2f6b4f451d5d75d7830351255a336570e075427cff7315
htmlunit_2.8-1ubuntu2.1.dsc 2.1 KiB 862acdb58e8e4a4ecb99ebc8ef72dcff7cc93014618df82e2bd4e7dc8c14ca01

View changes file

Binary packages built by this source

libhtmlunit-java: GUI-Less browser for Java programs

 HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents
 and provides an API that allows you to invoke pages, fill out forms, click
 links, etc... just like you do in your "normal" browser.
 .
 It has fairly good JavaScript support (which is constantly improving) and is
 able to work even with quite complex AJAX libraries, simulating either Firefox
 or Internet Explorer depending on the configuration you want to use.
 .
 It is typically used for testing purposes or to retrieve information from web
 sites.
 .
 HtmlUnit is not a generic unit testing framework. It is specifically a way to
 simulate a browser for testing purposes and is intended to be used within
 another testing framework such as JUnit or TestNG.