Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Jan 30, 2022
1 parent ed145b5 commit 5f5ea04
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 0.1.0 (2022-01-30)


### Features

* **cli:** allow piping (input from stdin) ([790c5f6](https://github.com/mrl5/vulner/commit/790c5f607ecf934474a6898d3f69f658b4838ecf))
* **cli:** init CLI ([78b0d8d](https://github.com/mrl5/vulner/commit/78b0d8d7790073080eb10616dcbdc81b23e4d07e))
* cpe - new command for returning valid and existing CPEs ([bac30f5](https://github.com/mrl5/vulner/commit/bac30f5da64479ac25b1007402fe05720d9675f8))
* cve - new command for listing CVEs for given CPEs ([5b6ca09](https://github.com/mrl5/vulner/commit/5b6ca095fc1de36163d3ba36bd8f929a8144718c))
* **lib:** reuse python lib for grep patterns ([2dfcfcf](https://github.com/mrl5/vulner/commit/2dfcfcf703a1fc87eb3aca32b65281f486240181))
* scan - new command for CVE scanning ([5a96512](https://github.com/mrl5/vulner/commit/5a9651281da9cffad2432fc9d9f4164bf417f799))
* sync - new command for fetching NVD CPE match feed ([55e053d](https://github.com/mrl5/vulner/commit/55e053d129738293de7bb5714ead197d28330759))


### Performance Improvements

* **cpe:** deserialize from string only once ([47fe076](https://github.com/mrl5/vulner/commit/47fe0760a55cfc28b1804cd050455cee98c7cdcb))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.0",
"version": "0.1.0",
"description": "Vulner internal scripts",
"license": "MPL-2.0",
"author": "mrl5",
Expand Down

0 comments on commit 5f5ea04

Please sign in to comment.