mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
7 lines
309 B
Text
7 lines
309 B
Text
// Phase 10 — SqlStub benign control.
|
|
//
|
|
// Same harness shape as `vuln.txt` but the recorded query does NOT
|
|
// contain the tautology. Oracle: `Oracle::StubEvent { kind:
|
|
// StubKind::Sql, needle: "OR 1=1" }` does *not* fire so the
|
|
// verdict stays `NotConfirmed`.
|
|
SELECT * FROM users WHERE name = 'alice';
|