Reproducible builds and info leakage about the builder in binaries #57
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
security
An issue potentially related to security - memory leaks, architectural crypto, etc.
Milestone
Our build system is Rust's default build system, which by default includes things like the full path of the code (including the username) inside the binaries (for panic messages, strings, etc.).
This makes the builds un-reproducible, and would also lead to compromise of users' identities if they are building their own binaries and loading it onto their devices.
There are some things that could be done to improve this:
We'd love some help from someone who is more skilled in reproducible builds than us to rework our methodology to address this problem.
The text was updated successfully, but these errors were encountered: