diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-03 10:02:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-03 10:02:19 +0000 |
commit | f617de3476794b7198f07eba70b84fa401eded71 (patch) | |
tree | 28de724b54f5ab4c63d69a047d5c501d84536b47 /lib | |
parent | 7418d0b3ebed03b22d42b1714f8de064b95aa425 (diff) | |
download | gitlab-ce-f617de3476794b7198f07eba70b84fa401eded71.tar.gz |
Add latest changes from gitlab-org/security/gitlab@14-5-stable-ee
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/quick_actions/extractor.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/gitlab/quick_actions/extractor.rb b/lib/gitlab/quick_actions/extractor.rb index 1294e475145..2e4817e6b17 100644 --- a/lib/gitlab/quick_actions/extractor.rb +++ b/lib/gitlab/quick_actions/extractor.rb @@ -29,9 +29,7 @@ module Gitlab # Anything, including `/cmd arg` which are ignored by this filter # ` - `\n* - .+? - \n*` + `.+?` ) }mix.freeze |