Rich Piazza

Results 68 comments of Rich Piazza

Hi @hanymorcos, Just so I understand, the elevator is supposed to convert this XML (which you noticed might not be valid), and there is some issue with the JSON it...

@hanymorcos - this is a good catch. Its a little complicated, but probably the reason that it didn't flag the start and end times as being invalid (they are not...

Maybe have a separate issue for adding the warning - and add it to the milestone

an issue is just something that needs to "get done" :-) We want to be able to present to Preston a list of the work we intend to do so...

This is a ssl certificate issue unrelated to the validator. Check to see if your certificates are set up correctly.

Change the warning message at https://github.com/oasis-open/cti-stix-validator/blob/master/stix2validator/v21/shoulds.py#L539 to say: > '%s' is permitted, but not a suggested relationship type for '%s' objects and at https://github.com/oasis-open/cti-stix-validator/blob/master/stix2validator/v21/shoulds.py#L390 to say: > "The value contained...

use this file to test: [malware-indicator-for-file-hash.json](https://github.com/user-attachments/files/17003575/malware-indicator-for-file-hash.json)

These two pull requests https://github.com/oasis-open/cti-pattern-validator/pull/63 and https://github.com/oasis-open/cti-pattern-validator/pull/64 seems to be unrelated. Here is the pattern: ``` "[((file:hashes.MD5 = '5d8129be965fab8115eca34fc84bd7f0' OR file:hashes.'SHA-1' = '2b999e7db890cc77f0098a091de756a1803a3c2b' OR file:hashes.'SHA-256' = '2c5dd8a64437cb2dd4b6747139c61d2d7f53ab3ddedbf22df3cb01bae170715b' OR file:hashes.ssdeep =...