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

feat(ui): Improve vulnerabilities list #39

Open
1 task done
psyray opened this issue Apr 22, 2024 · 0 comments
Open
1 task done

feat(ui): Improve vulnerabilities list #39

psyray opened this issue Apr 22, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@psyray
Copy link
Contributor

psyray commented Apr 22, 2024

Is there an existing feature or issue for this?

  • I have searched the existing issues

Expected feature

Submitted by @adelante10k and some more added by me

Features to add

  • Option to select 1 vulnerability and "Mark as resolved OR reported"
  • Filter Vulnerabilities by All, Resolved and Reported - time saving

Rework the table

  • The Vulnerability menu should be rebuilt from scratch. It is the most cluttered menu, it has a table that does not fit on a full laptop screen (vertical scroll), you cannot change Status etc.
  • Add click to copy CURL command. Now curl command is displayed on 4-8 lines (the display does not have enough space). And some commands don't work in the terminal after you copy them because of copying > paste.
  • Display the content of the vulnerability in the table when extracted result is present
    image

Scan results duplicated

  • Some scan results are duplicated, like DNS TXT Record Detected, this need to check why the duplicated records are saved as it is not the case for other vulns like Wappalyzer
    image
    image
    image

Optimize list loading

  • Vulnerability list runs a lot of queries when it is displayed, around 1000 when only 50 items are displayed in the list.
    This need to be optimized to prevent DB bottleneck and huge loading time (1 minute or more for a target with a lot of vulnerabilities

Alternative solutions

No response

Anything else?

No response

@psyray psyray added bug Something isn't working enhancement New feature or request labels Apr 22, 2024
@psyray psyray changed the title feat: Improve vulnerabilities list feat(ui): Improve vulnerabilities list Jun 13, 2024
@psyray psyray added this to the v2.1.0 release milestone Jun 28, 2024
@psyray psyray modified the milestones: v2.1.0 release, v2.2.0 release Aug 27, 2024
@psyray psyray modified the milestones: v2.2.0 release, v2.1.0 release Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant