Closed CDJellen closed 2 years ago
Feel free to pull the branch and let me know what you think!
Areas likely pending update:
PATCH
and DELETE
requests, and removing the Graph from the view screen. I found the graph helpful in differentiating between similarly-named reports. As always, I am more than happy to make changes as needed. Thank you!
@CDJellen - When I download the report, I get the uuid as the name. Did we want the downloaded file to also have same name as report?
I really like that change, I'll make the edit shortly.
This will close #40
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
3 Code Smells
No Coverage information
0.0% Duplication
VIRTS-3035: Pathfinder UI/UX Improvements (Part I)
Affects:
app/parsers/nmap.py
app/pathfinder_gui.py
app/pathfinder_svc.py
scanners/nmap/scanner.py
static/js/pathfinder.js
templates/pathfinder.html
Change: New functionality tonmap
scans,Description
This branch adds new functionality to the current Pathfinder plugin, building off of the Pathfinder API and the new core CALDERA API v2. Changes include adding a new view tab called "Reports" to perform a few of the missing CRUD operations, including renaming reports in memory and removing reports from memory. The "Import Scan" functionality now captures the file name of the
.xml
or.yml
report file, and uses this file name as the report name. Finally, the defaultnmap
scanner was expanded to include a new custom name input field, to de-clutter the report "view" screen after executing a series of reports over a live network.Checklist: