ShiftLeftSecurity / overflowdb

ShiftLeft OverflowDB
Apache License 2.0
112 stars 21 forks source link

TraversalSource:id should default node type to `Node` #307

Closed mpollmeier closed 2 years ago

mpollmeier commented 2 years ago

rather than Nothing as before. Otherwise, this invalid traversal would compile: graph.id(0).outV. Now, we get a compiler error.

Re https://github.com/joernio/joern/issues/1367