We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d3615 commit 0320b3cCopy full SHA for 0320b3c
pandas/core/computation/eval.py
@@ -193,8 +193,11 @@ def eval(
193
corresponding bitwise operators. :class:`~pandas.Series` and
194
:class:`~pandas.DataFrame` objects are supported and behave as they would
195
with plain ol' Python evaluation.
196
- `eval` can run arbitrary code which can make you vulnerable to code
197
- injection if you pass user input to this function.
+
+ .. warning::
198
199
+ ``eval`` can run arbitrary code which can make you vulnerable to code
200
+ injection and untrusted data.
201
202
Parameters
203
----------
0 commit comments