We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 124bf74 + c71c144 commit a230105Copy full SHA for a230105
README.md
@@ -17,6 +17,12 @@ up python files for data analysis to just the bare algorithm.
17
* [How to use HyperPyYAML](#how-to-use-hyperpyyaml)
18
* [Conclusion](#conclusion)
19
20
+### Security note
21
+Loading HyperPyYAML allows arbitrary code execution.
22
+This is a feature: HyperPyYAML allows you to construct *anything* and *everything*
23
+you need in your experiment.
24
+However, take care to verify any untrusted recipes' YAML files just as you would verify the Python code.
25
+
26
YAML basics
27
-----------
28
0 commit comments