muchdogesec / arango_cti_processor

A small script that creates relationships between common CTI knowledge-bases in STIX 2.1 format.
https://www.dogesec.com/
Apache License 2.0
3 stars 0 forks source link

when creating cve-epss not objects (when don't exist) use same template as cve2stix #32

Closed himynamesdave closed 1 month ago

himynamesdave commented 1 month ago

If you need to create a new Note object, it should use the logic from cve2stix, creating notes as follows

https://github.com/muchdogesec/cve2stix?tab=readme-ov-file#note-sdo-note

himynamesdave commented 1 month ago

@fqrious i don't see the object being created

python3 -m unittest tests/test_12_0_cve_epss.py

see test_04_check_new_object

fqrious commented 1 month ago

the object is created, the expected value is just wrong... see https://github.com/muchdogesec/arango_cti_processor/issues/31#issuecomment-2410904684