Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSUB-386: Enable cargo audit in CI #880

Merged
merged 4 commits into from
Mar 20, 2023
Merged

Commits on Mar 16, 2023

  1. Enable cargo audit in CI

    atodorov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3360b8d View commit details
    Browse the repository at this point in the history
  2. cargo audit fix

    atodorov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1a45fc9 View commit details
    Browse the repository at this point in the history
  3. Ignore RUSTSEC-2020-0071

    Potential segfault in the time crate:
    https://rustsec.org/advisories/RUSTSEC-2020-0071
    
    this is not a direct dependency of creditcoin-node and will be fixed
    via a future upgrade of Substrate.
    
    ALSO don't error out on warnings because all of them are coming from
    Substrate as well.
    atodorov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    451a281 View commit details
    Browse the repository at this point in the history
  4. Make sure to fail for 1st level dependencies of Creditcoin

    this is an extra check which should hopefully inform us on warnings
    or anything else that is a 1st level dependency of Creditcoin.
    atodorov committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    804eeca View commit details
    Browse the repository at this point in the history