Skip to content
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

Cross-Domain Misconfiguration on Stackle App #192

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Cross-Domain Misconfiguration on Stackle App #192

wants to merge 9 commits into from

Conversation

thishnika
Copy link

Fixes CWE-264, CWE-269, CWE-269 & WASC-14 vulnerabilities on Stackle-app

Changes proposed in the pull request

Configure the "Access-Control-Allow-Origin" HTTP response header to a more restrictive set of domains, instead of the wildcard (*)

Impact

Allows the web browsers to enforce the Same Origin Policy (SOP) in a more restrictive manner

Other information

References

  1. http://www.hpenterprisesecurity.com/vulncat/en/vulncat/vb/html5_overly_permissive_cors_policy.html
  2. https://www.packetlabs.net/cross-origin-resource-sharing-cors/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants