guardicore / guardicore/monkey
Inconsistency in format of machines in Security Report
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
There's an inconsistency in the way machines are shown under "Scanned Servers" and "Breached Servers" in the Security Report. "Scanned Servers" shows the hostname followed by the IPs while "Breached Servers" only shows one IP.
## To Reproduce
Steps to reproduce the behavior:
1. Run the Agent to exploit at least one machine whose hostname exists.
2. Check the Security Report.
## Expected behavior
The machines should be shown in the same format in both the tables.
We can reuse https://github.com/guardicore/monkey/blob/6f776eef359fd353df78fe00c42bf181d9e94807/monkey/monkey_island/cc/ui/src/components/report-components/security/ScannedServers.js#L10-L12 in "Breached Servers".
## Screenshots

Contributor guide
Assessment
This issue has not been assessed yet.