From 0b13b65b81f232db8caba0b0dc2236f130f46fa0 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/ROADMAP.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base_exception/readme/ROADMAP.rst b/base_exception/readme/ROADMAP.rst index 846343f9c..1f4739717 100644 --- a/base_exception/readme/ROADMAP.rst +++ b/base_exception/readme/ROADMAP.rst @@ -1 +1,3 @@ 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.