aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/templates/publish.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/templates/publish.html')
-rw-r--r--lib/srtgui/templates/publish.html33
1 files changed, 23 insertions, 10 deletions
diff --git a/lib/srtgui/templates/publish.html b/lib/srtgui/templates/publish.html
index 2b65e81b..b1f3d83f 100644
--- a/lib/srtgui/templates/publish.html
+++ b/lib/srtgui/templates/publish.html
@@ -7,25 +7,38 @@
{% block title %} Publish Requests {% endblock %}
{% block pagecontent %}
- <div class="row">
- <div class="col-md-7" style="padding-left: 50px;">
+<div class="row">
+ <!-- Breadcrumbs -->
+ <div class="col-md-12">
+ <ul class="breadcrumb" id="breadcrumb">
<li><a href="{% url 'landing' %}">Home</a></li><span class="divider">&rarr;</span>
<li><a href="{% url 'manage' %}">Management</a></li><span class="divider">&rarr;</span>
- <h1>Publish (Proposals)</h1>
- </div>
- </div>
+ <li>Publish (Proposals)</li>
+ </ul>
+ </div>
+</div>
<h2> Manage Publish Requests</h2>
<ul>
- <li>This interface can review and accept the list of vulnerabilities that have readhed their publication date</li>
- <li>This is preferable over automatic publishing for when the defect and/or official publish date are not very certain</li>
+ <li>The SRTool supports an external publishing tool, for example a business table or the vendor's public website</li>
+ <li>These tools can be used to (a) submit CVEs to that tool, and (b) update the CVEs when they have been published</li>
</ul>
<h2> Publishing Actions</h2>
<ul>
- <li>Format (and hopefully automatically register) the Vulnerability information to the company website</li>
- <li>Format a notice for TechPubs</li>
- <li>Format a notice for the respective product leads</li>
+ <tr>
+ <td><a class="btn btn-info btn-lg" href="{% url 'select-publish' %}">Publish Request</a></td>
+ <td>Process the items that are ready to be published from SRTool</td>
+ </tr>
+
+ <br>
+ <br>
+ <br>
+
+ <tr>
+ <td><a class="btn btn-info btn-lg" href="{% url 'update-published' %}">Published Update</a></td>
+ <td>Process the items that have been published</td>
+ </tr>
</ul>
{% endblock %}