As I don't expect all vendors to properly implement modified, there should be some way to validate modified, either it as core part of this validator or as external script shipped with the validator.
The tool shall compare an older dump with a new one and check that for every modified object, the modified timestamp has been updated since the last dump. It shall also check that created is a timestamp after the last dump for all newly added objects.
As I don't expect all vendors to properly implement
modified, there should be some way to validatemodified, either it as core part of this validator or as external script shipped with the validator.The tool shall compare an older dump with a new one and check that for every modified object, the
modifiedtimestamp has been updated since the last dump. It shall also check thatcreatedis a timestamp after the last dump for all newly added objects.