mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
7 lines
316 B
Text
7 lines
316 B
Text
// Phase 10 — RedisStub positive fixture.
|
|
//
|
|
// The harness connects to `NYX_REDIS_ENDPOINT` and issues a
|
|
// `FLUSHALL` command with the untrusted payload concatenated into
|
|
// the key. Oracle: `Oracle::StubEvent { kind: StubKind::Redis,
|
|
// needle: "FLUSHALL" }` fires because the command is destructive.
|
|
FLUSHALL
|