0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript609 stars (609 stars)82 forks (82 forks)batch import
bughelp wanted
Description
- Name: Web Browser XSS Protection Not Enabled
- ID: a4ff8bf70b1215eda9c0ae050dbec6e8
- Affected Hosts: ['https://kolyaak.github.io/']
- Description: Web Browser XSS Protection is not enabled, or is disabled by the configuration of the 'X-XSS-Protection' HTTP response header on the web server
- First seen: 2018-05-21 04:26:03
- Recommendation: Ensure that the web browser's XSS filter is enabled, by setting the X-XSS-Protection HTTP response header to '1'.
- Issue type
- security
- Research direction
- Investigate if the repository has a web server component (e.g., for a demo or documentation) that serves the affected host. If such a server exists, locate its configuration (e.g., Express middleware, Nginx config) and add the 'X XSS Protection: 1' header. If no server is present, the issue may be invalid and should be closed.