Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make runwda easy #428

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Make runwda easy #428

wants to merge 2 commits into from

Conversation

danielpaulus
Copy link
Owner

No description provided.

@danielpaulus danielpaulus changed the title add macos based codesigning Make runwda easy Jul 15, 2024
Comment on lines +33 to +40
for _, zf := range r.File {
if isMacOsResourceForkFolder(zf.Name) {
continue
}
if err := unzipFile(zf, destination); err != nil {
return 0, "", err
}
}

Check failure

Code scanning / CodeQL

Arbitrary file access during archive extraction ("Zip Slip") High

Unsanitized archive entry, which may contain '..', is used in a
file system operation
.
Unsanitized archive entry, which may contain '..', is used in a
file system operation
.
Unsanitized archive entry, which may contain '..', is used in a
file system operation
.
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.

1 participant