ronin-code-sql icon indicating copy to clipboard operation
ronin-code-sql copied to clipboard

A Ruby DSL for crafting SQL Injections

Results 7 ronin-code-sql issues
Sort by recently updated
recently updated
newest added

Re-add JRuby to the CI matrix now that JRuby 9.4 has been released, which adds Ruby 3.1 support.

CI
jruby
chore

It should be clear that this project's goal is to generate SQL _code_.

chore
rename

Add a `sql:` keyword argument that selects the SQL dialect (ex: `sql: :postgresql`). This will control how Strings are quoted vs column names.

feature

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...

CI

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. * [...

feature

* [ ] 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. * [...

chore