cti-python-stix2
cti-python-stix2 copied to clipboard
OASIS TC Open Repository: Python APIs for STIX 2
The rationale for this change is described in #428. This PR is a draft of an initial implementation, in order to invite commentary from the maintainers and check if this...
## tl;dr The `MemoryStore` object currently allows you to `load_from_file()` from JSON files - which is great. What would be even better would be to add an option for `load_from_url()`!...
Hi current package available is from last year September. I would suggest writing a GitHub actions pipeline which allows you to release packages on a more regular basis. If you...
TODO: * add username and pwd repository secrets. * This pipeline expects a contributor to change version file first before using the publishing pipeline
Hello, when I run your example in the `examples` folder, I get an error: > /Users/igorganapolsky/workspace/git/Andreww6/gists/venv/bin/python /Users/igorganapolsky/workspace/git/Andreww6/gists/main.py Traceback (most recent call last): File "/Users/igorganapolsky/workspace/git/Andreww6/gists/venv/lib/python3.11/site-packages/stix2/datastore/taxii.py", line 163, in __init__ if collection.can_read:...
So it will return a % instead of a boolean, to be consistent with the other similarity functions.
Hi, I am enjoying working with your library, thanks for writing it. However i want to clariy how to work with ATT&CK. Now one great feature is, if i import...
Hi, I have been playing with your library and found that the parser is not robust, and seems to break easily in two sitatuions: 1. Tring to parse threat reports...
Hi, Sorry for the dumb question, but i want to use the stix2 library to parse bundles. Following your excellent documentation, it is easy to import the json string,, parse...
Trying to reference a stix object with a UUID of `note--00000000-0000-0000-0000-000000000000` results in an exception according to the changes implemented in #188, because the all-zero uuid is not a UUIDv4:...