ronin-code-sql
ronin-code-sql copied to clipboard
A Ruby DSL for crafting SQL Injections
Re-add JRuby to the CI matrix now that JRuby 9.4 has been released, which adds Ruby 3.1 support.
It should be clear that this project's goal is to generate SQL _code_.
Add a `sql:` keyword argument that selects the SQL dialect (ex: `sql: :postgresql`). This will control how Strings are quoted vs column names.
Add rubocop to the repository. * Add the rubocop gem to the Gemfile. * Train rubocop on the existing code (`rubocop --auto-gen-config`) and try to fix as many 1-2 time...
Add a `ronin-sql` CLI. * [ ] Add the `ronin-core` dependency for the `command_kit` gem. * [ ] Add `bin/ronin-sql` executable file. * [ ] Add `Ronin::SQL::CLI` module/namespace. * [...
* [ ] Rename the repo and project to `ronin-sql`. * [ ] Rename `lib/ronin/code/sql` to `lib/ronin/sql`. * [ ] Remove the `module Code` namespace from all files. * [...