MediaArea / MediaConch

MediaConch (funded by PREFORMA)
29 stars 11 forks source link

Existing policy appears to be broken by daily build #232

Closed privatezero closed 2 years ago

privatezero commented 2 years ago

I have a relatively simple policy (see at this gist) for checking if a BEXT chunk exists in a WAV file that uses the MediaTrace rule type, and something appears to have changed in the daily builds that causes an error with the policy.

See the following two reports (Both made on Ubuntu). I noted that the report made with the daily build lacks the xpath information present in the report made with version 22.03.

output-22.03.txt output-22.03.20220719.txt

MediaTrace report for input file in this gist

JeromeMartinez commented 2 years ago

@privatezero please test the latest development snapshot. We are working on a new and more versatile engine for the policy checker, and we forgot that policies checking custom element in the "trace" of the file ("mnt") is not yet supported, in the meanwhile we keep the old parser in that case.

privatezero commented 2 years ago

@JeromeMartinez that's taken care of it! Thank you for all your ongoing development on this!