Skip to content

Instantly share code, notes, and snippets.

View BuffaloWill's full-sized avatar
🦧

Willis Vandevanter BuffaloWill

🦧
View GitHub Profile
@BuffaloWill
BuffaloWill / import_vulndb_serpico.rb
Last active April 1, 2022 18:44
Import VulnDB into the Serpico Template Database
# An example script to import VulnDB data into the Serpico Template database
# => Must be run from the Serpico root directory
#
# Serpico: https://github.com/MooseDojo/Serpico
# VulnDB: https://github.com/vulndb/data
# Author: https://github.com/BuffaloWill
require './model/master.rb'
require 'json'