Class MutateCommand

Namespace
Kuestenlogik.Bowire.Security.Scanner
Assembly
Kuestenlogik.Bowire.Security.Scanner.dll

Implementation of bowire scan mutate (#175) — exercise the schema-aware mutation engine (SchemaMutator) for a single field type and print the targeted invalid inputs it produces. Seeded + budgeted, so the same flags always print the same set — the reproducible building block the scan/fuzz replay layer walks a whole schema with.

public static class MutateCommand
Inheritance
MutateCommand
Inherited Members

Methods

RunAsync(MutateOptions, CancellationToken, TextWriter?, TextWriter?)

public static Task<int> RunAsync(MutateOptions options, CancellationToken ct, TextWriter? output = null, TextWriter? error = null)

Parameters

options MutateOptions
ct CancellationToken
output TextWriter
error TextWriter

Returns

Task<int>