Skip to content

Removes unused Archiver.uncompress(). - #1372

Merged
jglogan merged 1 commit into
apple:mainfrom
jglogan:remove-archivercompress
Mar 31, 2026
Merged

Removes unused Archiver.uncompress().#1372
jglogan merged 1 commit into
apple:mainfrom
jglogan:remove-archivercompress

Conversation

@jglogan

Copy link
Copy Markdown
Contributor
  • Nothing uses this function, and it does not perform secure extraction. Clients should instead use the ArchiveReader from the ContainerizationArchive library.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

Removes insecure code.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

- Nothing uses this function, and it does not
perform secure extraction. Clients should
instead use the `ArchiveReader` from the
ContainerizationArchive library.
@jglogan
jglogan merged commit 2692c5c into apple:mainMar 31, 2026
4 checks passed
@jglogan
jglogan deleted the remove-archivercompress branch March 31, 2026 21:48
jianliang00 pushed a commit to jianliang00/container that referenced this pull request Aug 28, 2026
- Nothing uses this function, and it does not perform secure extraction.
Clients should instead use the `ArchiveReader` from the
ContainerizationArchive library.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jglogan@katiewasnothere