bcel 6.5.0-2 source package in Ubuntu

Changelog

bcel (6.5.0-2) unstable; urgency=high

  * Team upload.
  * Fix CVE-2022-34169:
    The Apache Xalan Java XSLT library is vulnerable to an integer truncation
    issue when processing malicious XSLT stylesheets. This can be used to
    corrupt Java class files generated by the internal XSLTC compiler and
    execute arbitrary Java bytecode. (Closes: #1015860)
  * Declare compliance with Debian Policy 4.6.1.

 -- Markus Koschany <email address hidden>  Tue, 18 Oct 2022 01:11:06 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bcel_6.5.0-2.dsc 2.3 KiB bbfde2fa4cc4fa80bc01cdd5f582c47996cad38af13ff7c49d9ce1769556a01f
bcel_6.5.0.orig.tar.xz 691.2 KiB 14c4489220b11643b9cdbaa8b5d0521f593d296f00aae1025ca7052cd7940422
bcel_6.5.0-2.debian.tar.xz 7.1 KiB 63cbfd5456497c433e2847fb340f73d6cf3a4cfbcbebfca11498228b4b6250e5

Available diffs

No changes file available.

Binary packages built by this source

libbcel-java: Analyze, create, and manipulate (binary) Java class files

 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files.

libbcel-java-doc: Documentation for Byte Code Engineering Library (BCEL)

 The Byte Code Engineering Library is intended to give users a convenient
 possibility to analyze, create, and manipulate (binary) Java class files
 (those ending with .class). Classes are represented by objects which contain
 all the symbolic information of the given class: methods, fields and byte
 code instructions, in particular.
 .
 Such objects can be read from an existing file, be transformed by a program
 (e.g. a class loader at run-time) and dumped to a file again. An even more
 interesting application is the creation of classes from scratch at run-time.
 The Byte Code Engineering Library (BCEL) may be also useful if you want to
 learn about the Java Virtual Machine (JVM) and the format of Java .class
 files.
 .
 This package contains the API (javadoc) documentation.