Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Apr 12, 2022
1 parent dd5d912 commit 666a114
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [0.6.0](https://github.com/mrl5/vulner/compare/v0.5.0...v0.6.0) (2022-04-12)


### Bug Fixes

* cargo audit fix - drop chrono dependency [[#47](https://github.com/mrl5/vulner/issues/47)][[#48](https://github.com/mrl5/vulner/issues/48)] ([2da3ced](https://github.com/mrl5/vulner/commit/2da3cedd3c41e6bd700c0e0fddc50d09f639a197))
* **scan:** append package report file instead of truncate ([997c582](https://github.com/mrl5/vulner/commit/997c582dc48891c70d663ab6419b1da5b09e8cdf))


### Features

* **scan:** package name as report filename ([3f9fa67](https://github.com/mrl5/vulner/commit/3f9fa670d55881308fedc1d6e724c45566c9091e))


### Performance Improvements

* **cpe-tag:** avoid compiling the same regex in a loop ([e08f29e](https://github.com/mrl5/vulner/commit/e08f29e27db955a9de6288b2c5fa5c7f912f32b9))
* **scan:** allocate 40.8% less memory for cpe feed ([7ab77cf](https://github.com/mrl5/vulner/commit/7ab77cfa7fd18b7a386b500e4134d7cb71736985))



# [0.5.0](https://github.com/mrl5/vulner/compare/v0.4.0...v0.5.0) (2022-03-18)


Expand Down
6 changes: 3 additions & 3 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.5.0"
version = "0.6.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.2.0"
version = "0.3.0"
authors = ["mrl5"]
edition = "2021"
description = "Generates valid NVD CPEs"
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.4.0"
version = "0.5.0"
authors = ["mrl5"]
edition = "2021"
description = "Interacts with security advisory services"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vulner",
"version": "0.5.0",
"version": "0.6.0",
"description": "Vulner internal scripts",
"license": "MPL-2.0",
"author": "mrl5",
Expand Down

0 comments on commit 666a114

Please sign in to comment.