diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 18:06:14 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 18:06:14 +0000 |
commit | c792263edfaf826c58f4aa41d26904464a17a3e7 (patch) | |
tree | b57ae96c9eeaf0a1432a29f7f50f2fce9529818d /config | |
parent | 6f9edd1a4c4942d3d13ec54793cfae56164b1a0a (diff) | |
download | gitlab-ce-c792263edfaf826c58f4aa41d26904464a17a3e7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r-- | config/brakeman.ignore | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/config/brakeman.ignore b/config/brakeman.ignore deleted file mode 100644 index 0e4fef65781..00000000000 --- a/config/brakeman.ignore +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ignored_warnings": [ - { - "warning_type": "Cross-Site Request Forgery", - "warning_code": 7, - "fingerprint": "dc562678129557cdb8b187217da304044547a3605f05fe678093dcb4b4d8bbe4", - "message": "'protect_from_forgery' should be called in Oauth::GeoAuthController", - "file": "app/controllers/oauth/geo_auth_controller.rb", - "line": 1, - "link": "http://brakemanscanner.org/docs/warning_types/cross-site_request_forgery/", - "code": null, - "render_path": null, - "location": { - "type": "controller", - "controller": "Oauth::GeoAuthController" - }, - "user_input": null, - "confidence": "High", - "note": "" - } - ], - "updated": "2017-01-20 02:06:54 +0000", - "brakeman_version": "3.4.1" -} |