From c640d3e6af9fbed791358d80a23fc08b5230ad7f Mon Sep 17 00:00:00 2001 From: Hpar Date: Mon, 10 Dec 2018 10:52:01 +0100 Subject: [PATCH] Update readme Add a note about safe_eval --- base_exception/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/base_exception/README.rst b/base_exception/README.rst index 19015bec9..5b53f15f8 100644 --- a/base_exception/README.rst +++ b/base_exception/README.rst @@ -32,6 +32,7 @@ Roadmap ------- Terms used in old api like `pool`, `cr`, `uid` must be removed porting this module in version 12. +This module execute user provided code though a safe_eval, it's unsecure? How mitigate risks should be adressed in future versions of this module. Images ------