summaryrefslogtreecommitdiff
path: root/networkx/readwrite/gexf.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/readwrite/gexf.py')
-rw-r--r--networkx/readwrite/gexf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/networkx/readwrite/gexf.py b/networkx/readwrite/gexf.py
index 5bd77b05..6b0dfd62 100644
--- a/networkx/readwrite/gexf.py
+++ b/networkx/readwrite/gexf.py
@@ -1,5 +1,10 @@
"""Read and write graphs in GEXF format.
+.. warning::
+ This parser uses the standard xml library present in Python, which is
+ insecure - see :doc:`library/xml` for additional information.
+ Only parse GEFX files you trust.
+
GEXF (Graph Exchange XML Format) is a language for describing complex
network structures, their associated data and dynamics.