项目作者: crev-dev

项目描述 :
A cryptographically verifiable code review system for the cargo (Rust) package manager.
高级语言: Rust
项目地址: git://github.com/crev-dev/cargo-crev.git
创建时间: 2018-08-22T03:37:24Z
项目社区:https://github.com/crev-dev/cargo-crev

开源协议:Other

下载




community discussion


Github Actions CI Build Status


crates.io





jesus, that's a lot of dependencies


image credit

cargo-crev

A cryptographically verifiable code review system for the cargo (Rust)
package manager.

Introduction

Crev is a language and ecosystem agnostic,
distributed code review system.

cargo-crev is an implementation of Crev as a command line tool integrated with
cargo. This tool helps Rust users evaluate the quality and trustworthiness of
their package dependencies.

Features

cargo-crev can already:

  • warn you about untrustworthy crates and security vulnerabilities,
  • display useful metrics about your dependencies,
  • help you identify dependency-bloat,
  • allow you to review most suspicious dependencies and publish your findings,
  • use reviews produced by other users,
  • increase trustworthiness of your own code,
  • build a web of trust of other reputable users to help verify the code you use,

and many other things with many more to come.

Getting started

Static binaries are available from the releases
page
.

Follow the cargo-crev - Getting Started
Guide

(more documentation available on docs.rs).

cargo-crev is a work in progress, but it should be usable at all times.
Use discussions
to get help, more information and report feedback. Thank you!

Raise awareness

If you’re supportive of the cause, we would appreciate helping to raise
awareness of the project. Consider putting the below note in the README of your
Rust
projects:

  1. It is recommended to always use [cargo-crev](https://github.com/crev-dev/cargo-crev)
  2. to verify the trustworthiness of each of your dependencies, including this one.

Thank you!

Changelog

Changelog can be found here:
https://github.com/crev-dev/cargo-crev/blob/main/cargo-crev/CHANGELOG.md