summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/cve/bug_preview.html.erb')
-rw-r--r--app/views/cve/bug_preview.html.erb81
1 files changed, 0 insertions, 81 deletions
diff --git a/app/views/cve/bug_preview.html.erb b/app/views/cve/bug_preview.html.erb
deleted file mode 100644
index 74d172f..0000000
--- a/app/views/cve/bug_preview.html.erb
+++ /dev/null
@@ -1,81 +0,0 @@
-<form>
-<label for="bug_title"><strong>Bug title:</strong></label><br />
-<input type="text" id="bug_title" value="<%= @package %>: Unspecified vulnerability (<%= bugs_unify_cvenames(@cve_ids) %>)" style="width: 100%; font-size: 115%;" />
-<br /><br />
-<strong>File in:</strong>
-<input type="radio" name="bug_type" id="type_1" value="vuln" checked="checked" />
-<label for="type_1">Vulnerabilities</label>&nbsp;&nbsp;&nbsp;
-<input type="radio" name="bug_type" id="type_2" value="kernel" />
-<label for="type_2">Kernel</label>
-<br /><br />
-
-<input type="checkbox" id="cc_maint" value="1" checked="checked" />
-<label for="cc_maint"><strong>CC the maintainers:</strong></label> <%= @maintainers.join ', ' %>
-<br /><br />
-<label for="custom_cc"><strong>Add other people to CC:</strong> (comma separated)</label><br />
-<input type="text" id="custom_cc" style="width: 100%" />
-<br /><br />
-
-<strong>Whiteboard:</strong><br />
-<select id="wb_1">
- <option>--</option>
- <option>A0</option>
- <option>A1</option>
- <option>A2</option>
- <option>A3</option>
- <option>A4</option>
- <option>A?</option>
- <option>B0</option>
- <option>B1</option>
- <option>B2</option>
- <option>B3</option>
- <option>B4</option>
- <option>B?</option>
- <option>C0</option>
- <option>C1</option>
- <option>C2</option>
- <option>C3</option>
- <option>C4</option>
- <option>C?</option>
- <option>~0</option>
- <option>~1</option>
- <option>~2</option>
- <option>~3</option>
- <option>~4</option>
- <option>~?</option>
- <option>?0</option>
- <option>?1</option>
- <option>?2</option>
- <option>?3</option>
- <option>?4</option>
- <option>??</option>
-</select>
-
-<select id="wb_2">
- <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" />
-
-<br /><br />
-<input type="checkbox" id="add_comment" value="1" />
-<label for="add_comment"><strong>Add a comment:</strong> (appears after the CVE descriptions)</label>
-
-<textarea id="comment" rows="5" style="width: 100%;" onchange="$('add_comment').checked = true;"></textarea>
-
-<br /><br />
-<strong>
- <input type="checkbox" id="add_cves" value="1" checked="checked" />
- <label for="add_cves">Add CVE descriptions:</label>
-</strong>
-
-<p><pre><%= @cve_txt %></pre></p>
-
-<input type="hidden" name="package" id="package" value="<%= @package %>" />
-</form> \ No newline at end of file