microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DrChat opened this issue · comments

Information

  • Onefuzz version: 8.7.1
  • OS: Windows

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