You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
We need to validate notification config files during job submission. Ideally, a user would attempt to deploy a job with a malformed json file and OneFuzz would immediately fail the job submission and return the failure to the user.
One potential solution would be to detail some kind of schema that can be used to check incoming configs against.