You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Export rules for dot format as per https: //github.com/joernio/joern/issues/5158 :
36
+
* 1) If the attribute value contains special characters such as spaces,<,>,=, etc., it must be enclosed in double quotation marks.
37
+
* Otherwise, it will cause syntax errors.
38
+
* 2) Graphviz requires that the node ID must be a valid identifier. If the node ID is a pure number (such as 120259084301),
39
+
* it needs to be enclosed in double quotation marks, otherwise it will be mistaken for an integer constant.
40
+
* 3) The attribute value contains special characters such as(such as CODE=""), which need to be enclosed in quotation marks or escaped in some cases.
41
+
* 4) In Graphviz's. dot file, it is best to use semicolons for each node definition, edge definition, and attribute definition; ending. Your file is missing semicolons.
0 commit comments