fix: use resolved ipc dirs for recovery flow
This commit is contained in:
@@ -53,7 +53,9 @@ describe('group folder validation', () => {
|
||||
it('throws for unsafe folder names', () => {
|
||||
expect(() => resolveGroupFolderPath('../../etc')).toThrow();
|
||||
expect(() => resolveGroupIpcPath('/tmp')).toThrow();
|
||||
expect(() => resolveTaskRuntimeIpcPath('family-chat', '../../etc')).toThrow();
|
||||
expect(() =>
|
||||
resolveTaskRuntimeIpcPath('family-chat', '../../etc'),
|
||||
).toThrow();
|
||||
expect(() => resolveTaskSessionsPath('family-chat', '/tmp')).toThrow();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user