EasyDynamics / oscal-react-library

A library of React components and an example user interface application that provides a direct UI into NIST's Open Security Controls Assessment Language (OSCAL) data in JSON format.
https://viewer.oscal.io
MIT License
54 stars 15 forks source link

Resolve images not appearing within OSCAL System Security Plan Viewer #953

Open Bronstrom opened 1 year ago

Bronstrom commented 1 year ago

Description

It appears the majority of logos/images in the default SSP (GSA Automation rev 4 document) do not display correctly. This is either due to the images not being acquired correctly from the rlink or the links suggested do not exist. Looking closer ./logo/image.png or a similar path with a parent directory difference is used commonly - making it seem as if this is simply just a placeholder rlink and these images do not exist - likely we would want to open a ticket on the GSA Automation repo if this is the case,

Environment

No response

Steps to Reproduce

Navigate to the OSCAL System Security Plan Viewer and simply using the default SSP from GSA Automation attempt to open any of the parties listed or Authorization Boundary, Network Diagram, or Data Flow sections in System Characteristics.

Expected behavior

Logos appear within the application.

Actual Behavior

The links all appear to be broken except for the FedRAMP logo.

Additional Notes

No response