Files
gitlabhq/app/controllers/projects
Sean McGivern 1cda245cc4 Forbid scripting for wiki files
Wiki files (not pages - files in the repo) are just sent to the browser
with whatever content-type the mime_types gem assigns to them based on
their extension. As this is from the same domain as the GitLab
application, this is an XSS vulnerability.

Set a CSP forbidding all sources for scripting, CSS, XHR, etc. on these
files.
2016-06-14 11:28:58 +01:00
..
2016-06-10 12:07:51 +01:00
2016-06-03 17:14:23 -05:00
2016-03-22 00:09:20 +01:00
2016-05-16 10:21:51 +01:00