Skip to content

Bug occurs when content[0] is a folder #10

@emreyvz

Description

@emreyvz
📚 test.zip
   📁New_Folder
       🖼️image1.png

z.read() can read folders without password. So z.read(content[0]) which is New_Folder, returns true and not throw error. Loop immediately terminating without finding correct password. Code should use first file (eg: file_name.file_extension) in content array instead of content[0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions