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

X-Frame-Options Header Not Set On Stackle App #191

Open
wants to merge 332 commits into
base: swagger-integration
Choose a base branch
from

Conversation

thishnika
Copy link

@thishnika thishnika commented May 26, 2021

Fixes CWE-16, CWE-601 & WASC-15 vulnerabilities on Stackle-app

Changes proposed in the pull request

In the HTTP response header of the Stackle application, set X-Frame-Options parameter as below.

X-Frame-Options: DENY

Impact

The page cannot be displayed in a frame, regardless of the site attempting to do so.

Other information

References

  1. https://owasp.org/www-community/attacks/Clickjacking
  2. https://cwe.mitre.org/data/definitions/16.html
  3. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
  4. https://www.imperva.com/learn/application-security/clickjacking/#:~:text=Clickjacking%20is%20an%20attack%20that,or%20disguised%20as%20another%20element.&text=Typically%2C%20clickjacking%20is%20performed%20by,the%20page%20the%20user%20sees.
  5. https://javascript.info/clickjacking

tharindupr and others added 30 commits February 14, 2018 10:26
Official chatroom badge added
Update Dockerfile and correct error
Separate app and server for fast testing execution and getting coverage metrics of the code
Signed-off-by: Bhavya Aggarwal <[email protected]>
Signed-off-by: Bhavya Aggarwal <[email protected]>
Signed-off-by: Bhavya Aggarwal <[email protected]>
Signed-off-by: Bhavya Aggarwal <[email protected]>
Signed-off-by: Bhavya Aggarwal <[email protected]>
Signed-off-by: Bhavya Aggarwal <[email protected]>
Signed-off-by: Bhavya Aggarwal <[email protected]>
Properly indent, format and remove unused variables from server.js
nandunbandara and others added 29 commits August 13, 2018 20:42
Stacks Functionality Implementation
Minor updates to master
Include linux instructions for installing MongoDB
Added restart capability to database
@thishnika thishnika changed the title X-Frame-Options Header Not Set X-Frame-Options Header Not Set On Stackle App May 29, 2021
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.