Skip to content

Latest commit

 

History

History
117 lines (84 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

117 lines (84 loc) · 3.48 KB

0.8.3 (Unreleased)

  • Replace the about page with a new home page ([#666])
  • Render advisory-db's CONTRIBUTING.md on the website ([#666])
  • Add an icon for external links on the website ([#675])
  • Don't build comrak with default features ([#677])
  • Don't build chrono with default features ([#679])
  • Update chrono to v0.4.22 ([#679])

0.8.2 (2022-08-28)

  • Add a search field for IDs and packages on the website ([#641])
  • Adjust website templates to advertise GHSA integration on rustsec.org ([#665])

0.8.1 (2022-08-09)

  • Adjust website templates to advertise OSV integration on rustsec.org (#633)

0.8.0 (2022-07-31)

  • Fix 619 with rustsec-admin lint --skip-namecheck (#620)
  • Add metadata lint skip option for crates.io blackholed crates (#619)

0.7.0 (2022-05-23)

  • Update Abscissa to 0.6; replace gumdrop with clap v3 (#525)
  • Update rustsec crate to v0.26 (#574)

0.6.0 (2021-11-13)

  • Update rustsec crate to v0.25 (#480)
  • Update atom_syndication to 0.11 (#481)

0.5.3 (2021-10-22)

  • Bump rust-embed from 5.9.0 to 6.2.0 (#437)
  • Add information about CVSS score and metrics (#452)
  • Add severity tag for informational advisories (#458)
  • Index pages by keyword and category (#459)

0.5.2 (2021-09-12)

  • Update atom_syndication to 0.10 (#390)
  • Don't label OSV feature as unstable, since OSV 1.0 has shipped (#434)

0.5.1 (2021-07-03)

  • Bump rustsec to v0.24.1 (#394)

0.5.0 (2021-06-28)

  • OSV export (#366)
  • Bump rustsec to v0.24.0 (#388)

0.4.3 (2021-05-22)

  • Use crates index instead of crates.io api (#372)

0.4.2 (2021-05-03)

  • web: Add back an Atom feed for advisories

0.4.1 (2021-04-30)

  • Display more information on the website

0.4.0 (2021-03-06)

  • Use a fully Rust based solution for rendering web page
  • Use rust-embed for static assets
  • Add argument to change where website is outputted

0.3.5 (2021-03-06) [YANKED]

0.3.4 (2021-01-26)

  • Bump rustsec crate to v0.23

0.3.3 (2021-01-04)

  • assigner: fix "new year's" bug

0.3.2 (2020-11-23)

  • Bump rustsec crate to v0.23.0-pre

0.3.1 (2020-10-27)

  • Bump rustsec crate to v0.22.2

0.3.0 (2020-10-26)

  • Bump rustsec crate dependency to v0.22
  • assign-id: fix command after V3 advisory format migration

0.2.1 (2020-07-24)

  • Output mode for use with the production github action

0.2.0 (2020-06-29)

  • linter: refactor into Linter struct; check all files
  • Bump rustsec crate to v0.21.0
  • assign-id subcommand

0.1.1 (2019-10-07)

  • Bump rustsec crate to v0.15.1

0.1.0 (2019-09-21)

  • Initial release