mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
refactor(dynamic): replace Spring annotation stubs with real dependencies, integrate MockMvc-based invocation for Spring controllers, and enhance runtime classpath logic
This commit is contained in:
parent
c57cd233fc
commit
61bfc0cf96
16 changed files with 214 additions and 98 deletions
|
|
@ -674,7 +674,7 @@ mod phase14_shape_tests {
|
|||
"Vuln.java",
|
||||
"run",
|
||||
Cap::CODE_EXEC,
|
||||
16,
|
||||
19,
|
||||
EntryKind::HttpRoute,
|
||||
PayloadSlot::Param(0),
|
||||
) else {
|
||||
|
|
@ -690,7 +690,7 @@ mod phase14_shape_tests {
|
|||
"Benign.java",
|
||||
"run",
|
||||
Cap::CODE_EXEC,
|
||||
14,
|
||||
22,
|
||||
EntryKind::HttpRoute,
|
||||
PayloadSlot::Param(0),
|
||||
) else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue