Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Sep 15, 2022
1 parent fc9b89f commit 5197c51
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.7.0](https://github.com/mrl5/vulner/compare/v0.6.2...v0.7.0) (2022-09-15)


### Bug Fixes

* **cargo:** errors for serde derive [[#61](https://github.com/mrl5/vulner/issues/61)] ([41a6303](https://github.com/mrl5/vulner/commit/41a630366ac99a7948ca79b1972921388f8617ab))


### Features

* **cli:** tracker - new command that prints contents of OS vulnerability tracker [[#30](https://github.com/mrl5/vulner/issues/30)] ([12320f7](https://github.com/mrl5/vulner/commit/12320f7b682da530086942051a9c0820cd96de41))
* **scan:** include Funtoo bugtracker tickets for detected CVEs [[#30](https://github.com/mrl5/vulner/issues/30)] ([825c867](https://github.com/mrl5/vulner/commit/825c86798a667aa0a36e19d76fb1097003843e05))



## [0.6.2](https://github.com/mrl5/vulner/compare/v0.6.1...v0.6.2) (2022-07-24)


Expand Down
10 changes: 5 additions & 5 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.6.2"
version = "0.7.0"
authors = ["mrl5"]
edition = "2021"
description = "Discover CVEs for software"
Expand Down
2 changes: 1 addition & 1 deletion crates/cpe-tag/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpe-tag"
version = "0.3.1"
version = "0.4.0"
authors = ["mrl5"]
edition = "2021"
description = "Generates valid NVD CPEs"
Expand Down
2 changes: 1 addition & 1 deletion crates/os-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os-adapter"
version = "0.4.0"
version = "0.5.0"
authors = ["mrl5"]
edition = "2021"
description = "Adapter for OSes supported by vulner"
Expand Down
2 changes: 1 addition & 1 deletion crates/package-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "package-model"
version = "0.1.0"
version = "0.2.0"
authors = ["mrl5"]
edition = "2021"
description = "Package model"
Expand Down
2 changes: 1 addition & 1 deletion crates/security-advisories/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-advisories"
version = "0.5.2"
version = "0.6.0"
authors = ["mrl5"]
edition = "2021"
description = "Interacts with security advisory services"
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vulner",
"version": "0.6.2",
"version": "0.7.0",
"description": "Vulner internal scripts",
"license": "MPL-2.0",
"author": "mrl5",
Expand Down

0 comments on commit 5197c51

Please sign in to comment.