Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Jul 24, 2022
1 parent 006b586 commit 8be578f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.6.2](https://github.com/mrl5/vulner/compare/v0.6.1...v0.6.2) (2022-07-24)


### Bug Fixes

* **cpe-tag:** errors when package version "0" or "9999" [[#54](https://github.com/mrl5/vulner/issues/54)] ([cff2ed2](https://github.com/mrl5/vulner/commit/cff2ed2caa89753641690c3a084e9805ea5b8ba2))
* **scan:** abort on invalid NVD API key ([291f60e](https://github.com/mrl5/vulner/commit/291f60e55b58f4d2584f4f9064019dfd608cf956))
* **scan:** don't leak apiKey to ERROR log [[#55](https://github.com/mrl5/vulner/issues/55)] ([31c2f76](https://github.com/mrl5/vulner/commit/31c2f763327de8efd6e9d3565ca15ca4eef4b607))
* **scan:** improve error logs related to NVD API throttling ([d76aa2d](https://github.com/mrl5/vulner/commit/d76aa2dc1ca51fab87db4f7765a037ff372daf46))



## [0.6.1](https://github.com/mrl5/vulner/compare/v0.6.0...v0.6.1) (2022-06-17)


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.6.1"
version = "0.6.2"
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.0"
version = "0.3.1"
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.5.1"
version = "0.5.2"
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.6.1",
"version": "0.6.2",
"description": "Vulner internal scripts",
"license": "MPL-2.0",
"author": "mrl5",
Expand Down

0 comments on commit 8be578f

Please sign in to comment.