Skip to content

Commit

Permalink
Merge pull request #885 from rustsec/sparse-index-release
Browse files Browse the repository at this point in the history
New release to support sparse index
  • Loading branch information
Shnatsel authored May 10, 2023
2 parents 1c8c609 + e3a374a commit 6f82509
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = "3"
comrak = { version = "0.18", default-features = false }
crates-index = "0.19"
rust-embed = "6.6.1"
rustsec = { version = "0.26", features = ["osv-export"] }
rustsec = { version = "0.27", features = ["osv-export"] }
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
termcolor = "1"
Expand Down
13 changes: 13 additions & 0 deletions cargo-audit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.17.6 (2023-05-10)

### Added

- Upgraded to `cargo-lock` v9.0.0, which enables support for sparse registries.
- When scanning binary files, the binary's platform is taken into account. This prevents scenarios such as Windows-only vulnerabilities being reported on Linux binaries ([#814])

### Fixed

- Advisories about `cargo audit` itself are no longer printed multiple times when scanning multiple files ([#848])

[#848]: https://github.com/rustsec/rustsec/pull/848

## 0.17.5 (2023-03-23)

### Added
Expand Down
4 changes: 2 additions & 2 deletions cargo-audit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-audit"
description = "Audit Cargo.lock for crates with security vulnerabilities"
version = "0.17.5"
version = "0.17.6"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0 OR MIT"
homepage = "https://rustsec.org"
Expand All @@ -20,7 +20,7 @@ maintenance = { status = "actively-developed" }
abscissa_core = "0.6"
clap = "3"
home = "0.5"
rustsec = { version = "0.26.5", features = ["dependency-tree"] }
rustsec = { version = "0.27.0", features = ["dependency-tree"] }
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
thiserror = "1"
Expand Down
6 changes: 6 additions & 0 deletions rustsec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.27.0 (2023-05-10)

### Added

- Upgraded to `cargo-lock` v9.0.0, which enables support for sparse registries.

## 0.26.5 (2023-03-22)
### Changed

Expand Down
2 changes: 1 addition & 1 deletion rustsec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustsec"
description = "Client library for the RustSec security advisory database"
version = "0.26.5"
version = "0.27.0"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0 OR MIT"
homepage = "https://rustsec.org"
Expand Down

0 comments on commit 6f82509

Please sign in to comment.