Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD).
a new tab (the second) dedicated to the comments on a vulnerability has been added. This tab simply list the comments. At the top a foldable form let the user create and edit comments.
the first tab dedicated to the linked vulnerabilities from other sources is now providing a link to a RSS/ATOM feed for these linked vulnerabilities .
a simple page let the administrators validate (ie: publish) or delete the comments. Comments created by an administrator are automatically published.
a page listing all comments is available (/comments).
the User model has been updated: it is now possible to store the names and organisation of users.
a basic endpoint to manage users (/api/user/) has been added to the API: a GET List method is available for administrators in order to list users. a unauthenticated POST method is available for the account creation. Users created via the API must be validated by an administrator.
users have now a profile page /user/
Graphical improvements
a nav-tabs has been added. As explained two tabs are currently available. The first for the related vulnerabilities, the second for the comments.
improvements to the login, signup and password recovery pages.
minor improvements to the table of the recent vulnerabilities (/recent).
Pull request related to #41.
Main changes
Graphical improvements