Security Advisories (1)
CVE-2026-61485 (2026-08-05)

Apache Lucy: Freezer/InStream deserialization bomb - unbounded allocation reading an index ** UNSUPPORTED WHEN ASSIGNED ** Uncontrolled Recursion vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the instance to trusted users. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.

NAME

Lucy::Store::Folder - Abstract class representing a directory.

SYNOPSIS

# Abstract base class.

DESCRIPTION

A “file” within a Folder might be a real file on disk – or it might be a RAM buffer. Similarly, Delete() might delete a file from the file system, or a key-value pair from a hash, or something else.

The archetypal implementation of Folder, FSFolder, represents a directory on the file system holding a collection of files.

INHERITANCE

Lucy::Store::Folder isa Clownfish::Obj.