Mageia Bugzilla – Attachment 10274 Details for
Bug 23133
graphviz new security issue CVE-2018-10196
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Specimen graphviz graphical description language file
example.gv (text/vnd.graphviz), 442 bytes, created by
Len Lawrence
on 2018-07-09 10:21:39 CEST
(
hide
)
Description:
Specimen graphviz graphical description language file
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2018-07-09 10:21:39 CEST
Size:
442 bytes
patch
obsolete
>digraph test123 { > a -> b -> c; > a -> {x y}; > b [shape = box]; > c [label = "Hello\nWorld", color=blue, fontsize=24, > fontname="Palatino Italic", fontcolor=red, style=filled]; > a -> z [label="hi", weight=100]; > x -> z [label="multi-line\nlabel"]; > edge [style=dashed, color=red]; > b -> x; > {rank=same; b x} >} > >graph test123 { > a -- b -- c; > a -- {x y}; > x -- c [w=10.0]; > x -- y [w=5.0, len=3]; >} >
digraph test123 { a -> b -> c; a -> {x y}; b [shape = box]; c [label = "Hello\nWorld", color=blue, fontsize=24, fontname="Palatino Italic", fontcolor=red, style=filled]; a -> z [label="hi", weight=100]; x -> z [label="multi-line\nlabel"]; edge [style=dashed, color=red]; b -> x; {rank=same; b x} } graph test123 { a -- b -- c; a -- {x y}; x -- c [w=10.0]; x -- y [w=5.0, len=3]; }
View Attachment As Raw
Actions:
View
Attachments on
bug 23133
: 10274