diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-14 21:49:55 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-14 21:49:55 +0100 |
commit | 130c3545864123f379f79d30de58056b48a11af8 (patch) | |
tree | db69a12546be0a08bfcdcf7bd7d8210ce93f364c | |
parent | Introduce new whiteboard flag "glsa+" when GLSA was published (diff) | |
download | glsamaker-130c3545864123f379f79d30de58056b48a11af8.tar.gz glsamaker-130c3545864123f379f79d30de58056b48a11af8.tar.bz2 glsamaker-130c3545864123f379f79d30de58056b48a11af8.zip |
Set "cve" whiteboard flag per default when cvetool creates a bug2.1.6
-rw-r--r-- | app/views/cve/bug_preview.html.erb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/views/cve/bug_preview.html.erb b/app/views/cve/bug_preview.html.erb index eb41ac9..74d172f 100644 --- a/app/views/cve/bug_preview.html.erb +++ b/app/views/cve/bug_preview.html.erb @@ -52,13 +52,13 @@ </select> <select id="wb_2"> - <option>[ebuild]</option> - <option>[upstream]</option> - <option>[upstream/ebuild]</option> - <option>[stable]</option> - <option>[stable?]</option> - <option>[cleanup]</option> - <option>[?]</option> + <option>[ebuild cve]</option> + <option>[upstream cve]</option> + <option>[upstream/ebuild cve]</option> + <option>[stable cve]</option> + <option>[stable? cve]</option> + <option>[cleanup cve]</option> + <option>[?]</option> </select> <input type="text" id="wb_ext" /> |