Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-03 06:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-03 06:08:31 +0300
commit612a849a6cba1765bc41d30d4e931195dcdf64cf (patch)
treee4062e4c9852496b731a7de9016553b64a7a433d /doc/security
parentbd8fb5668ae739a83d55ec5ca4a04344eef2167e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/security')
-rw-r--r--doc/security/crime_vulnerability.md2
-rw-r--r--doc/security/rack_attack.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/security/crime_vulnerability.md b/doc/security/crime_vulnerability.md
index 77592f1b440..23ee60ab930 100644
--- a/doc/security/crime_vulnerability.md
+++ b/doc/security/crime_vulnerability.md
@@ -33,7 +33,7 @@ Although SPDY is enabled in Omnibus installations, CRIME relies on compression
The Nessus scanner, [reports a possible CRIME vulnerability][nessus] in GitLab
similar to the following format:
-```
+```plaintext
Description
This remote service has one of two configurations that are known to be required for the CRIME attack:
diff --git a/doc/security/rack_attack.md b/doc/security/rack_attack.md
index bb51fc38e61..c5bbd0db035 100644
--- a/doc/security/rack_attack.md
+++ b/doc/security/rack_attack.md
@@ -60,7 +60,7 @@ default['gitlab']['gitlab-rails']['rack_attack_protected_paths'] = [
This header is included in responses to blocked requests:
-```
+```plaintext
Retry-After: 60
```
@@ -109,7 +109,7 @@ No response headers are provided.
1. Reconfigure GitLab:
- ```
+ ```shell
sudo gitlab-ctl reconfigure
```
@@ -202,7 +202,7 @@ the load balancer. In that case, you will need to:
1. Whitelist the load balancer's IP address(es) in the Rack Attack [settings](#settings).
1. Reconfigure GitLab:
- ```
+ ```shell
sudo gitlab-ctl reconfigure
```