Skip to content

Reproducible builds and info leakage about the builder in binaries #57

Open
@bunnie

Description

@bunnie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is neededsecurityAn issue potentially related to security - memory leaks, architectural crypto, etc.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions