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
Found via code audit. src/main.rs:187-240. test_line_mutation writes to source file, runs cargo test, restores from backup. No file locking. Concurrent mutations corrupt backup.
Found via code audit. src/main.rs:187-240. test_line_mutation writes to source file, runs cargo test, restores from backup. No file locking. Concurrent mutations corrupt backup.