()
| 71 | * Get current ISO timestamp |
| 72 | */ |
| 73 | export function getCurrentTimestamp(): string { |
| 74 | return new Date().toISOString() |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Validate that a resolved path stays within a base directory. |
no outgoing calls
no test coverage detected