ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add `Ronin::DB::SoftwareVersion` join model #64

Open postmodern opened 1 year ago

postmodern commented 1 year ago

We should extract the version column from Ronin::DB::Software into it's own join model between Ronin::DB::OpenPort and Ronin::DB::Software. This will allow Software to only contain a unique name and vendor pair.