Handle missing VDU better in In QuickJS scanner plugin

Previously we tried to run the VDU query prompt even if there was not VDU. That
would have yielded a match anyway as both result in an error, but it added
noise to the logs.

Handle the missing VDU like we handle the missing filters in
filter_doc_validate.
2 files changed