Ensure discovery unsafe (#55295)

* Ensure safe discovery by marking it Unsafe
This commit is contained in:
Brian Coca
2019-04-17 12:08:51 -04:00
committed by GitHub
parent de3bd8b791
commit 24b44e1772
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- SECURITY Fixed the python interpreter detection, added in 2.8.0alpha1, to properly mark the returned data as untemplatable.
This prevents a malicious managed machine from running code on the controller via templating.