/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/AdvancedPaste/AdvancedPaste.FuzzTests/OneFuzzConfig.json
47 строк
1 KB
leileizhang
[Fuzzing] fix: failure in fuzz test result submission (#40344)
02 июл 2025, 13:47
Не верифицирован
02 июл 2025, 13:47
9f68b37
Код
Авторство
О чём код?
{ "configVersion": 3, "entries": [ { "fuzzer": { "$type": "libfuzzerDotNet", "dll": "AdvancedPaste.FuzzTests.dll", "class": "AdvancedPaste.FuzzTests.FuzzTests", "method": "FuzzToJsonFromXmlOrCsv", "FuzzingTargetBinaries": [ "PowerToys.AdvancedPaste.dll" ] }, "adoTemplate": { // supply the values appropriate to your // project, where bugs will be filed "org": "microsoft", "project": "OS", "AssignedTo": "leilzh@microsoft.com", "AreaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\SALT", "IterationPath": "OS\\Future" }, "jobNotificationEmail": "PowerToys@microsoft.com", "skip": false, "rebootAfterSetup": false, "oneFuzzJobs": [ // at least one job is required { "projectName": "AdvancedPaste", "targetName": "AdvancedPaste-dotnet-fuzzer" } ], "jobDependencies": [ // this should contain, at minimum, // the DLL and PDB files // you will need to add any other files required // (globs are supported) "AdvancedPaste.FuzzTests.dll", "AdvancedPaste.FuzzTests.pdb", "Microsoft.Windows.SDK.NET.dll", "Newtonsoft.Json.dll", "WinRT.Runtime.dll" ], "SdlWorkItemId": 49911822 } ] }