OneFuzzConfig.json
1 // Copyright (c) Microsoft Corporation 2 // The Microsoft Corporation licenses this file to you under the MIT license. 3 // See the LICENSE file in the project root for more information. 4 { 5 "configVersion": 3, 6 "entries": [ 7 { 8 "fuzzer": { 9 "$type": "libfuzzerDotNet", 10 "dll": "RegistryPreview.FuzzTests.dll", 11 "class": "RegistryPreview.FuzzTests.FuzzTests", 12 "method": "FuzzCheckKeyLineForBrackets", 13 "FuzzingTargetBinaries": [ 14 "PowerToys.RegistryPreview.dll" 15 ] 16 }, 17 "adoTemplate": { 18 // supply the values appropriate to your 19 // project, where bugs will be filed 20 "org": "microsoft", 21 "project": "OS", 22 "AssignedTo": "leilzh@microsoft.com", 23 "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", 24 "IterationPath": "OS\\Future" 25 }, 26 "jobNotificationEmail": "PowerToys@microsoft.com", 27 "skip": false, 28 "rebootAfterSetup": false, 29 "oneFuzzJobs": [ 30 // at least one job is required 31 { 32 "projectName": "RegistryPreview", 33 "targetName": "RegistryPreview-dotnet-CheckKeyLineForBrackets-fuzzer" 34 } 35 ], 36 "jobDependencies": [ 37 // this should contain, at minimum, 38 // the DLL and PDB files 39 // you will need to add any other files required 40 // (globs are supported) 41 "RegistryPreview.FuzzTests.dll", 42 "RegistryPreview.FuzzTests.pdb", 43 "Microsoft.Windows.SDK.NET.dll", 44 "WinRT.Runtime.dll" 45 ], 46 "SdlWorkItemId": 49911822 47 }, 48 { 49 "fuzzer": { 50 "$type": "libfuzzerDotNet", 51 "dll": "RegistryPreview.FuzzTests.dll", 52 "class": "RegistryPreview.FuzzTests.FuzzTests", 53 "method": "FuzzStripFirstAndLast", 54 "FuzzingTargetBinaries": [ 55 "PowerToys.RegistryPreview.dll" 56 ] 57 }, 58 "adoTemplate": { 59 // supply the values appropriate to your 60 // project, where bugs will be filed 61 "org": "microsoft", 62 "project": "OS", 63 "AssignedTo": "leilzh@microsoft.com", 64 "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", 65 "IterationPath": "OS\\Future" 66 }, 67 "jobNotificationEmail": "PowerToys@microsoft.com", 68 "skip": false, 69 "rebootAfterSetup": false, 70 "oneFuzzJobs": [ 71 // at least one job is required 72 { 73 "projectName": "RegistryPreview", 74 "targetName": "RegistryPreview-dotnet-StripFirstAndLasts-fuzzer" 75 } 76 ], 77 "jobDependencies": [ 78 // this should contain, at minimum, 79 // the DLL and PDB files 80 // you will need to add any other files required 81 // (globs are supported) 82 "RegistryPreview.FuzzTests.dll", 83 "RegistryPreview.FuzzTests.pdb", 84 "Microsoft.Windows.SDK.NET.dll", 85 "WinRT.Runtime.dll" 86 ], 87 "SdlWorkItemId": 49911822 88 } 89 ] 90 }