Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3b22bfcc
Commit
3b22bfcc
authored
Feb 21, 2022
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing vulnerability title for ee
parent
320e2fe8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ee/app/helpers/ee/integrations_helper.rb
ee/app/helpers/ee/integrations_helper.rb
+7
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/helpers/ee/integrations_helper.rb
View file @
3b22bfcc
...
...
@@ -56,6 +56,13 @@ module EE
}
end
override
:integration_event_title
def
integration_event_title
(
event
)
return
_
(
'Vulnerability'
)
if
event
==
'vulnerability'
super
end
override
:default_integration_event_description
def
default_integration_event_description
(
event
)
return
s_
(
"ProjectService|Trigger event when a new, unique vulnerability is recorded. (Note: This feature requires an Ultimate plan.)"
)
if
event
==
'vulnerability'
...
...
locale/gitlab.pot
View file @
3b22bfcc
...
...
@@ -40506,6 +40506,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
msgid "Vulnerability"
msgstr ""
msgid "Vulnerability Report"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment