The manifest reader doesn't currently check the version of the manifest. (There may not currently be a version for the manifest; if not, we should add one.) If it cannot process the current format it reports an error to the user. That makes it vulnerable to an update that changes the format of the manifest. If we check the version, we'll at least be able to tell the user that we're not compatible with that version and they need to update the dashboard.
Description
The manifest reader doesn't currently check the version of the manifest. (There may not currently be a version for the manifest; if not, we should add one.) If it cannot process the current format it reports an error to the user. That makes it vulnerable to an update that changes the format of the manifest. If we check the version, we'll at least be able to tell the user that we're not compatible with that version and they need to update the dashboard.