Skip to content

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")

Unsanitized archive entry, which may contain '..', is used in a [file system operation](1). Unsanitized archive entry, which may contain '..', is used in a [file system operation](2). Unsanitized archive entry, which may contain '..', is used in a [file system operation](3).
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