use util;
use crateEntryAuditHandler;
use crateEntryView;
use crateZipAuditReport;
/// A `SymlinksHandler` is used to detect POSIX-style symlink entries and optionally count those
/// that point outside a safe extraction root. Since symlinks can redirect extraction to unexpected
/// locations, flagging and counting them enables extraction policies.
;