Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

escape_string before calling Graphviz #766

Open
lukem12345 opened this issue Apr 24, 2023 · 0 comments
Open

escape_string before calling Graphviz #766

lukem12345 opened this issue Apr 24, 2023 · 0 comments
Assignees

Comments

@lukem12345
Copy link
Member

Currently, strings are not escaped before being passed to Graphviz.

Attempting to call to_graphviz on a graph with improperly-escaped strings may resulting in an stdin pipeline error.

Instead of constructors of data structures being responsible for escaping their String attributes, it would be best for string-escaping to happen just before being passed off to Graphviz output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants