fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
2.93k stars 409 forks source link

Vulnerable Host Software Navigation #21963

Open mostlikelee opened 1 week ago

mostlikelee commented 1 week ago

Problem

As a Security Admin examining vulnerable software on a host I want to select the software and only see information about the software installed on that host So I can find the vulnerabilities I'm looking for faster

What have you tried?

Currently when you click on Host > Software > software title in list, this navigates me to the software title page which shows all versions. At this point, I forgot what version that I was attempting to examine, so I have to navigate back a page and click on the software entry again, then select the corresponding version to see the associated vulnerabilities.

Potential solutions

What is the expected workflow as a result of your proposal?

Selecting a software entry should follow one of 2 paths: 1) A single version of the software is installed

noahtalerman commented 6 days ago

@mostlikelee this makes a lot of sense.

1) A single version of the software is installed

Is this a frontend only change? Does the API return the software version ID on Host details > Software?

mostlikelee commented 5 days ago

@noahtalerman we don't currently include softwareID in the response so there would be a backend change needed there.