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 a `Ronin::DB::WebVuln` model #98

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Add a Ronin::DB::WebVuln model to represent the Ronin::Vulns::WebVuln objects and their attributes yielded by Ronin::Vulns::URLScanner..scan.

The model must have the following columns:

The model will need a custom validation that ensures that query_param, header_name, cookie_param, *or`form_param is set.

postmodern commented 11 months ago

Implemented by PR #99.