Skip to content

Releases: vonKrafft/VulnDB-Docker

VulnDB-Docker version 3.0

23 Sep 21:03
v3.0
43e78bd
Compare
Choose a tag to compare

Nothing special, just the same project with NodeJS :)

VulnDB-Docker version 2.0

23 Mar 11:21
v2.0
491e813
Compare
Choose a tag to compare

New Features:

  • Light blue highlight if the title of the template matches the OWASP label
  • The URL is automatically rewritten to share searches or a link to a particular template

Source code fixes:

  • Adding Underscore.js libraries and Backbone.js framework
  • Source code refactoring to use Backbone.js
  • New API handling the Backbone.js data format
  • Minor changes to the CSS layout
  • Minified CSS and JavaScript files

VulnDB-Docker version 1.0

23 Mar 10:36
Compare
Choose a tag to compare

Features:

  • By design, VulnDB allow to create templates written in English and French
  • The templates are organized by OWASP category and sorted alphabetically
  • A search form is used to dynamically filter the list of templates displayed on the page
  • Data are stored in a single JSON file. You can export it when you want through the Web interface

Source code:

  • RESTful API written in PHP to serve the JSON data
  • JavaScript front-end to dynamically display content