From 298bd5f9d7a026062790dcfbb5feddc7a91f6b8d Mon Sep 17 00:00:00 2001 From: Alwin Schuster Date: Wed, 16 Feb 2022 16:05:16 +0100 Subject: [PATCH] Improve README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d6e24f..8fb93ad 100644 --- a/README.md +++ b/README.md @@ -64,5 +64,8 @@ Here we pass a variable called "myvalue" with the value 5 ### Output ![output](https://raw.githubusercontent.com/Alwinator/graphviz-py/main/assets/output_variable.svg) +## Security +Please keep in mind that graphviz-py executes all Python code in the diagram. So make sure that your diagrams dies not include harmful code. + ## Coming soon - Compartibility with asciidoctor-diagram