Solutions
CVE Advisory Report
3min
- Login in to your LitmusEdge, Navigate to DeviceHub -> Devices
- Add a device if not already added
- Configure the Device as needed/required and Enable Meta Tags
- Make sure Meta Tags of the device to be "detected" by the app, include the currently supported keywords
- "name", "version", "firmware_version" need to be present in the Meta Tag keys, for the application to detect the device for CVE search
- Upper/lower case values wouldn't affect the CVE search
- After Checkout, a tar.gz file is expected to be downloaded
- Log in to your LitmusEdge, Navigate to Applications -> Images
- Click on Upload Image and upload the tar file there
- Once uploaded successfully, Navigate to System -> Tokens
- Either use an already created Rest API key, or
- Create Rest API token and keep it handy
- Navigate back to Applications -> Containers and enter the following command there:
- docker run -p 3001:3001 -e "API_TOKEN=<token>" <imgName>:<tagName>
- Here we are asking the container to run on port 3001, with API token passed as an environment variable, and using imgName and tagName respectively
- Use the API token as created from previous step
- Access the application by going to a new tab in browser, and writing current LE IP address, followed by :3001
- for example if the application is running on an LE with IP address