microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 198 forks source link

Cannot access `report.extension_data` inside of an ADO Scriban template #3485

Open DrChat opened 1 year ago

DrChat commented 1 year ago

Information

Expected result

3481

This test should pass, and it does not. Scriban does not automatically pick up the ExtensionData field inside of Report - and even if it did, it does not support JsonElement objects at all.

I've included more info inside of that PR.

AB#165245