ShiftLeftSecurity / overflowdb

ShiftLeft OverflowDB
Apache License 2.0
112 stars 21 forks source link

drop support for list properties - discard them in export #303

Closed mpollmeier closed 2 years ago

mpollmeier commented 2 years ago

Faking list properties by just appending [] to the property key definitions wasn't a good idea. It's not supported by the specification, and hence no other tool or db understood our encoding. Worse, some tools completely stop the import. Now, we discard them in the export and display a warning at the end: this graph contained X list properties

With this, the import into both gephi and neo4j works