Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Feb 28, 2022
1 parent 0d3533d commit c08bcbc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.4.0](https://github.com/mrl5/vulner/compare/v0.3.1...v0.4.0) (2022-02-28)


### Features

* **cli:** kev - new command for printing known exploited vulnerabilities ([96bc9a3](https://github.com/mrl5/vulner/commit/96bc9a3766e97838c1e29d7214672b422f0a1493))
* **cli:** recognize known exploited CVEs ([c452ad9](https://github.com/mrl5/vulner/commit/c452ad947678604051d41f5732256ad70cac6641))



## [0.3.1](https://github.com/mrl5/vulner/compare/v0.3.0...v0.3.1) (2022-02-26)


Expand Down
4 changes: 2 additions & 2 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.3.1"
version = "0.4.0"
authors = ["mrl5"]
edition = "2021"
description = "Discover CVEs for software"
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.2.0"
version = "0.3.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.3.1",
"version": "0.4.0",
"description": "Vulner internal scripts",
"license": "MPL-2.0",
"author": "mrl5",
Expand Down

0 comments on commit c08bcbc

Please sign in to comment.