summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6a265dd2..e36962ea 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -26,6 +26,18 @@ RDFLib is a pure Python package for working with `RDF <http://www.w3.org/RDF/>`_
* both Queries and Updates are supported
+.. caution::
+
+ RDFLib is designed to access arbitrary network and file resources, in some
+ cases these are directly requested resources, in other cases they are
+ indirectly referenced resources.
+
+ If you are using RDFLib to process untrusted documents or queries you should
+ take measures to restrict file and network access.
+
+ For information on available security measures, see the RDFLib
+ :doc:`Security Considerations </security_considerations>`
+ documentation.
Getting started
---------------
@@ -56,6 +68,7 @@ If you are familiar with RDF and are looking for details on how RDFLib handles i
merging
upgrade5to6
upgrade4to5
+ security_considerations
Reference