onekey-sec / unblob

Extract files from any kind of container formats
https://unblob.org
Other
2.09k stars 80 forks source link

fix(permission): Ignore symlinks in fix_permission #831

Closed nyuware closed 2 months ago

nyuware commented 2 months ago

Fixes a regression introduced in https://github.com/onekey-sec/unblob/commit/486bb91531d6d0f677f68e724675983f04ae1474 where symlink were not being ignored when they should have been

Fixes #830

qkaiser commented 2 months ago

Can you add the test sample provided in #830 to the integration tests ? This way we demonstrate the fix.