Release 1.5.0 - cargo-deny 0.13.7
Update from cargo-deny 0.13.5 to 0.13.7, apparently I missed two releases, that's embarrassing.
0.13.7
Fixed
- PR#491 resolved #490 by building libgit2 from vendored sources instead of relying on potentially outdated packages.
0.13.6
Changed
- PR#489 updated dependencies, notably
clap
,cargo
, andgit2
Added
- PR#485 added this project and repository to our Security Bug Bounty Program and has Private vulnerability reporting enabled. See
SECURITY.md
for more details. - PR#487 added
allow-wildcard-paths
, fixing #488 by allowing wildcards to be denied, but allowing them for internal, private crates. Thanks @sribich!
Fixed
- PR#489 fixed an issue where git sources where
branch=master
would be incorrectly categorized as not specifying the branch (ie use HEAD of default branch).