{% extends 'layouts/master-page.html' %} {% block title %}Admin page{% endblock %} {% block head %} {% endblock %} {% block content %} {% include 'subpages/breadcrumbs.html' %}
| Collection | #records | Last update |
|---|---|---|
| CVES | {{stats['data']['cves']['size']}} | {% if stats['data']['cves']['last_update'] is not none %} {{stats['data']['cves']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| CPE | {{stats['data']['cpe']['size']}} | {% if stats['data']['cpe']['last_update'] is not none %} {{stats['data']['cpe']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| CPE-other | {{stats['data']['cpeOther']['size']}} | {% if stats['data']['cpeOther']['last_update'] is not none %} {{stats['data']['cpeOther']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| Capec | {{stats['data']['capec']['size']}} | {% if stats['data']['capec']['last_update'] is not none %} {{stats['data']['capec']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| CWE | {{stats['data']['cwe']['size']}} | {% if stats['data']['cwe']['last_update'] is not none %} {{stats['data']['cwe']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| via4 | {{stats['data']['via4']['size']}} | {% if stats['data']['via4']['last_update'] is not none %} {{stats['data']['via4']['last_update'].strftime('%d-%m-%Y - %H:%M')}} {% else %}Not updated{% endif %} |
| Current | |
| New | |
| Repeat |
Sources to update (defaults to configured):
Additional options:
| Name | Type | Status | Action |
|---|---|---|---|
| {{plugin.name}} | {{plugin.info.type}} | {% if plugin.identifier in enabled_plugins %} ENABLED {% else %} DISABLED {% endif %} |