You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make binaries deployed in production auditable for known security issues. This may include non-trivial deployment methods, such as:
Plain old cargo install
An executable inside a Docker container
A shared library linked into another language
Ideally this should also extend to statically linked C libraries, if any.
Rustc and LLVM version are already embedded in the binary, so rustc and/or stdlib versions are already auditable in theory, but there is no tool to do that in practice. No other version information is currently embedded in binaries.