Which IIQ version are you inquiring about?
8.3p1
Please share any images or screenshots, if relevant.
Several HTTP headers are used to define behaviors and limitations that affect the
clients that connect to the server, and each of them is focused on a different security
feature. The recommended headers to be implemented are:
• “Content-Security-Policy: default-src ‘self’”
• “X-Frame-Options: DENY”
• “X-Content-Type-Options: nosniff”
• “Strict-Transport-Security”
During the current assessment, the vulnerability team has identified that there are following
headers are not present inside the server’s responses:
• “Content-Security-Policy: default-src ‘self’”
• “X-Content-Type-Options: nosniff”
• “Strict-Transport-Security”
Could anyone have any idea to add this into our SailPoint header. so we can avoid this vulnerability.
Thanks,