Skip to content

Commit 6ef6a50

Browse files
committed
version update
1 parent 6381e99 commit 6ef6a50

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ Usage:
5454

5555
Flags:
5656
CONFIG:
57-
-auth configure projectdiscovery cloud (pdcp) api key
57+
-auth configure projectdiscovery cloud (pdcp) api key (default true)
5858

5959
OPTIONS:
6060
-id string[] cve to list for given id
61+
-cwe, -cwe-id string[] cve to list for given cwe id
6162
-v, -vendor string[] cve to list for given vendor
6263
-p, -product string[] cve to list for given product
6364
-eproduct string[] cves to exclude based on products
@@ -68,7 +69,7 @@ OPTIONS:
6869
-ep, -epss-percentile string[] cve to list for given epss percentile
6970
-age string cve to list published by given age in days
7071
-a, -assignee string[] cve to list for given publisher assignee
71-
-vs, -vstatus value cve to list for given vulnerability status in cli output. supported: unknown, new, confirmed, unconfirmed, modified, rejected
72+
-vs, -vstatus value cve to list for given vulnerability status in cli output. supported: new, confirmed, unconfirmed, modified, rejected, unknown
7273

7374
UPDATE:
7475
-up, -update update cvemap to latest version
@@ -80,20 +81,23 @@ FILTER:
8081
-t, -template display cves that has public nuclei templates (default true)
8182
-poc display cves that has public published poc (default true)
8283
-h1, -hackerone display cves reported on hackerone (default true)
84+
-re, -remote display remotely exploitable cves (AV:N & PR:N | PR:L) (default true)
8385

8486
OUTPUT:
85-
-f, -field value fields to display in cli output. supported: age, kev, template, poc, cwe, epss, assignee, product, vendor, vstatus
86-
-fe, -exclude value fields to exclude from cli output. supported: age, kev, template, poc, cwe, epss, assignee, product, vendor, vstatus
87+
-f, -field value fields to display in cli output. supported: product, vendor, assignee, age, poc, cwe, epss, vstatus, kev, template
88+
-fe, -exclude value fields to exclude from cli output. supported: product, vendor, assignee, age, poc, cwe, epss, vstatus, kev, template
8789
-lsi, -list-id list only the cve ids in the output
8890
-l, -limit int limit the number of results to display (default 50)
8991
-offset int offset the results to display
9092
-j, -json return output in json format
9193
-epk, -enable-page-keys enable page keys to navigate results
9294

9395
DEBUG:
94-
-version Version
95-
-silent Silent
96-
-verbose Verbose
96+
-version Version
97+
-silent Silent
98+
-verbose Verbose
99+
-debug Debug
100+
-hc, -health-check run diagnostic check up
97101
```
98102

99103
## Configuring CVEMap CLI

pkg/runner/banner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const banner = `
1717
`
1818

1919
// Version is the current version
20-
const Version = `v0.0.5`
20+
const Version = `v0.0.6`
2121

2222
// showBanner is used to show the banner to the user
2323
func showBanner() {

0 commit comments

Comments
 (0)