mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
refactor(dynamic): enhance Ruby harness with framework-specific route replay logic (Sinatra, Rails, Hanami), extend Gemfile staging, and update tests/fixtures
This commit is contained in:
parent
41c7b73575
commit
aaf49acefb
20 changed files with 773 additions and 218 deletions
|
|
@ -282,14 +282,14 @@ fn phase_15_ruby_route_findings_derive_specs_without_failure() {
|
|||
(
|
||||
"tests/dynamic_fixtures/ruby/rails_action/vuln.rb",
|
||||
"index",
|
||||
19,
|
||||
14,
|
||||
Cap::SHELL_ESCAPE,
|
||||
"rb.cmdi.backtick",
|
||||
),
|
||||
(
|
||||
"tests/dynamic_fixtures/ruby/sinatra_route/vuln.rb",
|
||||
"run",
|
||||
9,
|
||||
12,
|
||||
Cap::SHELL_ESCAPE,
|
||||
"rb.cmdi.backtick",
|
||||
),
|
||||
|
|
@ -310,7 +310,7 @@ fn phase_15_ruby_route_findings_derive_specs_without_failure() {
|
|||
(
|
||||
"tests/dynamic_fixtures/ruby/hanami_action/vuln.rb",
|
||||
"call",
|
||||
13,
|
||||
19,
|
||||
Cap::SHELL_ESCAPE,
|
||||
"rb.cmdi.backtick",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue