diff options
author | Philippe Lafoucrière <plafoucriere@gitlab.com> | 2018-11-30 15:07:06 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-11-30 15:07:06 +0000 |
commit | bc3e68d537689a51a931f47dde396b80021f0d5b (patch) | |
tree | 7ab27500782795e7d209f2c9fd5f9dc8ee9b82a5 /doc | |
parent | d962e17a02f45340fe950c4fe34f91187c5e883c (diff) | |
download | gitlab-ce-bc3e68d537689a51a931f47dde396b80021f0d5b.tar.gz |
Fix Red/Orange data link markdown
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/code_review.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/code_review.md b/doc/development/code_review.md index 8a186df7f06..7788d155154 100644 --- a/doc/development/code_review.md +++ b/doc/development/code_review.md @@ -53,7 +53,7 @@ from teams other than your own. #### Security requirements - 1. If your merge request is processing, storing, or transferring any kind of [RED or ORANGE data][https://docs.google.com/document/d/15eNKGA3zyZazsJMldqTBFbYMnVUSQSpU14lo22JMZQY/edit] (this is a confidential document), it must be + 1. If your merge request is processing, storing, or transferring any kind of [RED or ORANGE data](https://docs.google.com/document/d/15eNKGA3zyZazsJMldqTBFbYMnVUSQSpU14lo22JMZQY/edit) (this is a confidential document), it must be **approved by a [Security Engineer][team]**. 1. If your merge request involves implementing, utilizing, or is otherwise related to any type of authentication, authorization, or session handling mechanism, it must be **approved by a [Security Engineer][team]**. |