safetar

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Extract

func Extract(r io.Reader, targetDir string, limits Limits) error

Extract extracts regular files and directories beneath targetDir. Links, special files, paths outside targetDir, and oversized archives are rejected.

Types

type Limits

type Limits struct {
	MaxEntries   int64
	MaxFileSize  int64
	MaxTotalSize int64
}

Limits bounds the resources consumed while extracting one tar stream.

func DefaultLimits

func DefaultLimits() Limits

DefaultLimits returns conservative limits for Effectus bundle layers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL