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
_cleanup_test_output uses python glob with recursive=True to find files/directories to remove.
it seems very dangerous as it follows symlinks.
especially when we have a test which tries to create a symlink to "/':
_cleanup_test_output uses python glob with recursive=True to find files/directories to remove.
it seems very dangerous as it follows symlinks.
especially when we have a test which tries to create a symlink to "/':
wasi-testsuite/tests/rust/src/bin/symlink_create.rs
Lines 65 to 68 in 697538b
The text was updated successfully, but these errors were encountered: