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

    Исходный пакет: cargo-auditable
    Версия: 0.7.2-alt1
    Собран:  19 ноября 2025 г. 18:27
    Сообщить об ошибке в пакете
    Домашняя страница: 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 (loongarch64)
    cargo-auditable-debuginfo (loongarch64)
    rust-audit-info (loongarch64)
    rust-audit-info-debuginfo (loongarch64)

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

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

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

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


    18 ноября 2025 г. Sergey Zhidkih 0.7.2-alt1
    - New version (0.7.2).
    5 августа 2025 г. Sergey Zhidkih 0.7.0-alt1
    - Initial build.