Skip to content

Safer extract.go#194

Merged
NGTmeaty merged 1 commit into
internetarchive:masterfrom
vbanos:extract-fix
May 12, 2026
Merged

Safer extract.go#194
NGTmeaty merged 1 commit into
internetarchive:masterfrom
vbanos:extract-fix

Conversation

@vbanos

@vbanos vbanos commented May 8, 2026

Copy link
Copy Markdown
Contributor

Use path/filepath instead of path.
path/filepath is for files, path is for URLs. We are handling files.

Safer file handling, refure writes outside the output dir.

Use `path/filepath` instead of `path`.
`path/filepath` is for files, `path` is for URLs. We are handling files.

Safer file handling, refure writes outside the output dir.
@NGTmeaty NGTmeaty merged commit 5c29259 into internetarchive:master May 12, 2026
3 checks passed
Sign up for free to 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