Skip to content

Make production binaries auditable for known vulnerabilities #14

@Shnatsel

Description

@Shnatsel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions