purseclab / ATLAS

ATLAS: A Sequence-based Learning Approach for Attack Investigation
Apache License 2.0
137 stars 53 forks source link

graph_generator.py ValueError #17

Open Sissi28 opened 1 year ago

Sissi28 commented 1 year ago

Hey!When I run graph_generator.py, there is a error:ValueError: Node names and attributes should not contain ":" unless they are quoted with "". For example the string 'attribute:data1' should be written as '"attribute:data1"'.Please refer https://github.com/pydot/pydot/issues/258,but I can not find where contains":". How to solve the problem?Thanks for your help!

uptownfunk12138 commented 5 months ago

I have the same problem