Dimitar Ganev
Dimitar Ganev
Facing the same error in `python 3.8/3.9 (Docker), WSL2 Ubuntu 20.04)`
Hi @clenk , It is happening agian with 2.0.0 version of the pattern validator, same error.
Yes, I can confirm that the error is elsewhere. Thank you! Traceback: ``` Pattern(indicator.pattern).walk(stix_pattern_parser) File "/stix/venv/lib/python3.8/site-packages/stix2patterns/v20/pattern.py", line 21, in __init__ self.__parse_tree = self.__do_parse(pattern_str) File "/stix/venv/lib/python3.8/site-packages/stix2patterns/v20/pattern.py", line 112, in __do_parse six.raise_from(ParseException(error_listener.error_message),...
I thought it wasn't clear enough but what I am trying to do is as follows: Given this pattern `[ipv4-addr:value = '203.0.113.1' OR ipv4-addr:value = '203.0.113.2']`. I want to create...