Now that we depend on Go 1.24, we should be using `os.Root` for filesystem access instead of our own, homebrew protections against directory traversal. - [ ] group/description - [X] diskwriter: a6afe7f78f6c7fc5055a09fcc1323976b5daf842 - [X] static web server: c1618d1 - [X] recordings web server: 492eafa16f47024cb2f54beb0f79379049f85817
Now that we depend on Go 1.24, we should be using
os.Rootfor filesystem access instead of our own, homebrew protections against directory traversal.