Пакет cargo-auditable: Информация

    Исходный пакет: cargo-auditable
    Версия: 0.7.5-alt1
    Последняя версия по данным Repology
    Собран:  23 июня 2026 г. 10:32 в задании #422448
    Сообщить об ошибке в пакете
    Домашняя страница: https://crates.io/crates/cargo-auditable

    Лицензия: Apache-2.0 or MIT
    О пакете: Make production Rust binaries auditable
    Описание: 
    Know the exact crate versions used to build your Rust executable. Audit
    binaries for known bugs or security vulnerabilities in production, at
    scale, with zero bookkeeping.
    
    This works by embedding data about the dependency tree in JSON format
    into a dedicated linker section of the compiled executable.
    
    Linux, Windows and Mac OS are officially supported. WebAssembly is also
    supported starting with v0.6.3. All other ELF targets should work, but
    are not tested on CI.
    
    The end goal is to get Cargo itself to encode this information in
    binaries. There is an RFC for an implementation within Cargo, for which
    this project paves the way: https://github.com/rust-lang/rfcs/pull/2801

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    cargo-auditable (x86_64, i586, aarch64)
    cargo-auditable-debuginfo (x86_64, i586, aarch64)
    rust-audit-info (x86_64, i586, aarch64)
    rust-audit-info-debuginfo (x86_64, i586, aarch64)

    Сопровождающий: Sergey Zhidkih

    Список участников:
    Sergey Zhidkih

    Права:
    Sergey Zhidkih

      1. rpm-build-rust
      2. rust-wasm32-unknown-unknown-target

    Последнее изменение


    22 июня 2026 г. Sergey Zhidkih 0.7.5-alt1
    - New version (0.7.5).
    - Package only MIT license since Apache-2.0 is standard.
    18 ноября 2025 г. Sergey Zhidkih 0.7.2-alt1
    - New version (0.7.2).
    5 августа 2025 г. Sergey Zhidkih 0.7.0-alt1
    - Initial build.