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

Missing X Frame Options #461

Open
Sougata338875 opened this issue Jun 19, 2018 · 1 comment
Open

Missing X Frame Options #461

Sougata338875 opened this issue Jun 19, 2018 · 1 comment
Labels

Comments

@Sougata338875
Copy link

Sougata338875 commented Jun 19, 2018

Location in Source Code:-
/com/netflix/zuul/groovy/GroovyCompatability.groovy (Line 17)

Issue Description and Impact:-

It was observed that the software imports, requires, or includes executable functionality (such as a library) from a source that is outside of the intended control sphere.
An attacker could insert malicious functionality into the program by causing the program to download code that the attacker has placed into the untrusted control sphere, such as a malicious web site.

Recommendation:-

It is recommended to use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid. Also, section should be added to web.config and it will append that header to each request.
For example:
"< configuration >
< system.webServer >< httpProtocol >< customHeaders >
< add name="X-Frame-Options" value="DENY" / >
< /customHeaders >< /httpProtocol >
< /system.webServer >
< /configuration >"

Copy link

github-actions bot commented Nov 6, 2024

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant