-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create DetectWeakXSSProtectionHeader.bambda #84
Create DetectWeakXSSProtectionHeader.bambda #84
Conversation
This script checks if the HTTP response contains a weak or misconfigured "X-XSS-Protection" header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution, and apologies for the delay over the holiday period.
Could you please review the feedback points below?
Did i have to change the code in the main file or should i comment the corrected code in the comment ?? Just confirm so that i can change it |
Hi @ctflearner You can change the code yourself, and then we can review your changes. Please let us know if you have any issues. |
Remove redundant header check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for implementing the feedback! This looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for your submission. LGTM 👍
This script checks if the HTTP response contains a weak or misconfigured "X-XSS-Protection" header.
Bambda Contributions
@author
annotation and suitable description