This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
from b0c3e6a1 Verifier pass 3a delayed checks are quadratic in attribute
and code size (f023).
new 0d86e866 Verifier cache grows unboundedly with attacker-chosen class
names (f024).
new 4a4b7577
org.apache.bcel.verifier.VerifierFactory.DEFAULT_MAX_CACHE_SIZE doesn't need to
be public.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 3 +-
.../org/apache/bcel/verifier/VerifierFactory.java | 48 +++++++++++++++----
.../apache/bcel/verifier/VerifierFactoryTest.java | 56 ++++++++++++++++++++++
3 files changed, 97 insertions(+), 10 deletions(-)
create mode 100644
src/test/java/org/apache/bcel/verifier/VerifierFactoryTest.java