nyx/tests/dynamic_fixtures/stubs/sql/benign.txt

8 lines
309 B
Text
Raw Permalink Normal View History

2026-06-05 10:16:30 -05:00
// 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';