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

Unzip failure requires user interaction #1473

Closed
anthonyharrison opened this issue Dec 23, 2021 · 2 comments
Closed

Unzip failure requires user interaction #1473

anthonyharrison opened this issue Dec 23, 2021 · 2 comments

Comments

@anthonyharrison
Copy link
Contributor

Whilst scanning a large library of JAR files, the tool stopped until I pressed a key on the keyboard. The following message was then displayed

Failure extracting /opt/pycharm/lib/openapi.jar using unzip from /tmp/cve-bin-tool-dredvtgd/openapi.jar.extracted
Stderr: b"\n--- Press `Q' to quit, or any other key to continue ---\r \r"

I have checked the integity of the jar file using unzip -tl and everything is OK with the archive so no idea why the unzip is failing

@anthonyharrison
Copy link
Contributor Author

Using -q option in unzip seems to work although this stops any output being sent to stdout

@terriko
Copy link
Contributor

terriko commented Dec 28, 2021

Fixed by #1479

@terriko terriko closed this as completed Dec 28, 2021
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

No branches or pull requests

2 participants