We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the length of modified is longer than created we may have the error "modified must be later than or equal to 'created'" even if it shouldn't.
modified
created
The following example
{ "id": "relationship--f9b5237e-cdbf-4aab-95e7-636d76716afd", "type": "relationship", "source_ref": "indicator--62b9046a-ec6f-43e1-a2dd-4b1fde63c7c5", "target_ref": "malware--0401b037-c8e1-4316-a107-e2af82b0e7b9", "relationship_type": "indicates", "spec_version": "2.1", "created": "2021-06-10T16:00:42.70954Z", "modified": "2021-06-10T16:00:42.709546Z" }
Gives:
'modified' (2021-06-10T16:00:42.709546Z) must be later than or equal to 'created' (2021-06-10T16:00:42.70954Z)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the length of
modified
is longer thancreated
we may have the error "modified must be later than or equal to 'created'" even if it shouldn't.The following example
Gives:
The text was updated successfully, but these errors were encountered: