Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cvemap UI #23

Closed
wants to merge 40 commits into from
Closed

Cvemap UI #23

wants to merge 40 commits into from

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Jan 14, 2024

Test

Run:

$ cd cmd/cvemapui
$ go build
$ ./cvemapui

configurable things:

  • search key words
    • Add keywords under cmd/cvemapui/suggestion.txt then it will start suggesting in prompt

Shortcuts:

  • shift+: to search
  • ctrl+w to show wider/additional headers/columns
  • z to import tables data as csv
  • shift+<key> sort data.
    • <key> part can get by underscore character of table header

ehsandeep and others added 28 commits October 3, 2023 00:32
add limit, fileds include/exclude support
update readme
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](golang/net@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
fix duplicating fields
add additional headers
…ang.org/x/net-0.17.0

Bump golang.org/x/net from 0.14.0 to 0.17.0
* add option to display cves reported on hackerone

* misc update

* misc updates

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
* validate headers
add banner, version check and self update

* change short names for headers
on default run enable kev

* misc updates

* apply limit to json output

* remove header short names

* update readme
* Added GH Workflows

* update goreleaser

---------

Co-authored-by: Ramana Reddy <ramanaredy.manda@gmail.com>
Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.22 to 0.1.24.
- [Release notes](https://github.com/projectdiscovery/goflags/releases)
- [Commits](projectdiscovery/goflags@v0.1.22...v0.1.24)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/goflags
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…in/github.com/projectdiscovery/goflags-0.1.24
Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.56 to 0.0.58.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](projectdiscovery/utils@v0.0.56...v0.0.58)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…n/github.com/projectdiscovery/utils-0.0.58
* Improve boolean based filters

* misc update

* misc update

* go version update

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.59 to 0.0.60.
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](projectdiscovery/utils@v0.0.59...v0.0.60)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…in/github.com/projectdiscovery/utils-0.0.60
* Use latest cvemap api
Add auth, search and offset options

* code refactor

* Add page key events for pagination

* Fix lint test

* Fix page count

* Set default cell size to 20
Add age field in default headers

* Update err msg

* Fix panic on list-id option
Rearrange files to standard format

* Update workflows

* workflow update

* build test workflow update

* misc fix

* debug test

* Fix constructing mutiple cve-ids on id option

* Misc update

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
@RamanaReddy0M RamanaReddy0M marked this pull request as draft January 14, 2024 14:41
dependabot bot and others added 11 commits January 17, 2024 23:00
Bumps [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) from 0.0.50 to 0.0.54.
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.0.50...v0.0.54)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…in/github.com/projectdiscovery/fastdialer-0.0.54
Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.42 to 1.0.44.
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](projectdiscovery/retryablehttp-go@v1.0.42...v1.0.44)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…in/github.com/projectdiscovery/retryablehttp-go-1.0.44
* Add integration tests

* Fix lint test

* prefix test key

* Make pdcp api env consistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants