You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binwalk extraction produces 173 symlinks that unblob drops. For example sbin/init -> ../bin/busybox. Unblob does not produce these due to incorrect symlink handling in _safe_tarfile.py
2024-02-14 18:19.09 [warning ] Traversal attempt through link path. Skipped. path=sbin/init pid=58
Tested with head of main and #768, both produce the same behavior (since this bug is specific to the logic in safe_tarfile)