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

Download csv excel report for Most Exploitable Data #1694

Closed
2 of 6 tasks
saurabh2253 opened this issue Oct 27, 2023 · 2 comments · Fixed by #1699 or #1702
Closed
2 of 6 tasks

Download csv excel report for Most Exploitable Data #1694

saurabh2253 opened this issue Oct 27, 2023 · 2 comments · Fixed by #1699 or #1702
Assignees
Labels
enhancement New feature or request needs-triage Indicates that issue is not yet triaged and assigned

Comments

@saurabh2253
Copy link
Contributor

Provide a download button on Most Exploitable Vulns Page to download all the data in csv format. Implement backend flow for this.
Components/Services

  • UI/Frontend
  • API/Backend
  • Agent
  • Deployment/YAMLs
  • CI/CD Integration
  • Other (specify)
@saurabh2253 saurabh2253 added enhancement New feature or request needs-triage Indicates that issue is not yet triaged and assigned labels Oct 27, 2023
@saurabh2253
Copy link
Contributor Author

Sample Request Body:

{
    "filters": {
        "advanced_report_filters": {},
        "include_dead_nodes": false,
        "node_type": "host",
        "scan_type": "vulnerability",
        "most_exploitable_report": true,
        "severity_or_check_type": []
    },
    "report_type": "xlsx"
}

The only thing needed is most_exploitable_report boolean

@saurabh2253
Copy link
Contributor Author

Please Note that it will only download the first 1000 most exploitable vulns. There is no filter support in report api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage Indicates that issue is not yet triaged and assigned
Projects
None yet
2 participants