Describe the bug
When navigating to Campaigns -> Operations and selecting an operation as either the red or the blue user, the operation graph fails to render, and an error message pops up. The error message in the console is the following:
When I first browse to the page:
TypeError: Cannot read properties of undefined (reading 'paw')
When I select an operation:
GET https://localhost.com:8443/api/v2/operations/summary 500 (Internal Server Error)
Additionally:
Error: Request failed with status code 500
To Reproduce
Steps to reproduce the behavior:
- Log in as either red or blue.
- Navigate to Campaigns.
- Navigate to Operations.
- This is where the TypeError occurs.
- Select an Operation.
- Operation fails to render, and the error message pops up. This is where the 500 (Internal Server Error) occurs.
Expected behavior
Expected behavior is the selected Operations graph renders and displays something similar to the documentation screenshots about lateral movement.
Desktop (please complete the following information):
- Caldera Host OS: Ubuntu 22.04
- OS: Windows 11
- Browser: Edge
- Version: 126.0.2592.113 (Official build) (64-bit)
Additional context
This is my first ever Github issue I've opened, so I apologize if I have not followed proper procedure, didn't add enough information, or added too much information. This Caldera instance is from the latest master branch. Please let me know if any more information is required, or if I need to separate anything out into another issue for easier tracking purposes.
Migrated from mitre/caldera#3024
Describe the bug
When navigating to Campaigns -> Operations and selecting an operation as either the red or the blue user, the operation graph fails to render, and an error message pops up. The error message in the console is the following:
When I first browse to the page:
TypeError: Cannot read properties of undefined (reading 'paw')When I select an operation:
GET https://localhost.com:8443/api/v2/operations/summary 500 (Internal Server Error)Additionally:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behavior is the selected Operations graph renders and displays something similar to the documentation screenshots about lateral movement.
Desktop (please complete the following information):
Additional context
This is my first ever Github issue I've opened, so I apologize if I have not followed proper procedure, didn't add enough information, or added too much information. This Caldera instance is from the latest master branch. Please let me know if any more information is required, or if I need to separate anything out into another issue for easier tracking purposes.
Migrated from mitre/caldera#3024