mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +00:00
expose minimized_stack_depth functionality in the CLI/API (#715)
This commit is contained in:
@ -311,6 +311,17 @@ libfuzzer_linux = JobTemplate(
|
||||
),
|
||||
],
|
||||
),
|
||||
UserField(
|
||||
name="minimized_stack_depth",
|
||||
help="Number of frames to include in the minimized stack",
|
||||
type=UserFieldType.Int,
|
||||
locations=[
|
||||
UserFieldLocation(
|
||||
op=UserFieldOperation.replace,
|
||||
path="/tasks/1/task/minimized_stack_depth",
|
||||
),
|
||||
],
|
||||
),
|
||||
UserField(
|
||||
name="tags",
|
||||
help=TAGS_HELP,
|
||||
|
Reference in New Issue
Block a user