ronin-rb / ronin-code-sql

A Ruby DSL for crafting SQL Injections
https://ronin-rb.dev
GNU Lesser General Public License v3.0
45 stars 5 forks source link

Add missing clause for `ORDER BY` #22

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

Add a missing order_by method to lib/ronin/code/sql/clauses.rb that returns a Cluase.new([:ORDER, :BY]) object.

postmodern commented 1 year ago

Implemented by 663b229ff2b4f2f5903c357859b2beca9e8df660.