Replies: 3 comments
-
@cedneve |
Beta Was this translation helpful? Give feedback.
0 replies
-
Things like "Strict-Transport-Security (for HTTPS only)" can be set it through Servlet container like Tomcat and e.g. through Cloudfront. Outside the scope of Oxalis. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of an external pentest, the following recommendation was formulated for Oxalis:
Configure the following HTTP headers:
• X-Content-Type-Options
• Referrer-Policy
• Permissions-Policy
• Content-Security-Policy
• X-Frame-Options
• Strict-Transport-Security (for HTTPS only)
It seems those security headers are missing in the HTTP responses leading to a medium security issue.
Could you add those or do you wish that we propose a fix to be merged into Oxalis to fix this ?
Beta Was this translation helpful? Give feedback.
All reactions