You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
The REST API HTTP responses are missing some security headers. This should be done even for JSON data per https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet.
For example, https
GET /${bmc}/xyz/openbmc_project/network/enumerate
returns JSON data with HTTP response headers that do not include:The fix is to add these headers to the HTTP response.
The text was updated successfully, but these errors were encountered: