-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Additional configuration recommendations for API7:2023 Security Misconfiguration #104
Comments
Thanks for the feedback. |
Addresses a concern raised on issue #104.
…tion Addresses feedback provided on issue #104 regarding Security Headers.
Despite Security Headers are (briefly) covered in the "Is the API Vulnerable?" section: "Security or cache control directives are not sent to clients" and OWASP Secure Headers Project is already one of the references, I believe we can reinforce the "How to Prevent" recommendations.
This recommendation makes sense in general and not only for GraphQL.
We would love to have not only more GraphQL examples, but also examples for other API protocols such as RPC. So, feel free to contribute them. @securitylevelup would you like to review PR #106 and #107 and let me know whether your concerns/suggestions are addressed? Cheers, |
The topic of Security Misconfiguration is broad and can easily turn into a large checklist of things to recommend. That said, is it beneficial to at least add several configuration recommendations in the main content such as:
Especially with the growth in GraphQL usage, I would recommend more examples and focus on protecting against GraphQL attacks.
The text was updated successfully, but these errors were encountered: