cockroachdb / cockroachdb/cockroach-go
security: Use `/var/tmp` safely
Open
- Dominant language
- Go
- Stars
- 169
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
In a multi-user system, the testserver binary could have been written by another user and may be malicious. We should include the username in the path (either in the filename or as an intermediate directory; I think a directory might be a little safer) and verify that ownership and permissions are as expected.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.