ShiftLeftSecurity / overflowdb

ShiftLeft OverflowDB
Apache License 2.0
112 stars 21 forks source link

export to graphviz dot format #304

Closed mpollmeier closed 2 years ago

mpollmeier commented 2 years ago

Leaving out the importer for now - mostly because dot is untyped... we could generate 'importFromString' methods for each property in the odb-codegen in the future...

Note: GraphML doesn't natively support list property types, so we fake it by encoding it as a ; delimited string.

Random links: