diff --git a/xml/Microsoft.JScript/Eval.xml b/xml/Microsoft.JScript/Eval.xml index 935978c1b41..aca81c7c7c3 100644 --- a/xml/Microsoft.JScript/Eval.xml +++ b/xml/Microsoft.JScript/Eval.xml @@ -84,7 +84,13 @@ The code to evaluate. - The string literal unsafe to enable unsafe evaluation; otherwise, . + + The string literal unsafe to enable unsafe evaluation; otherwise, . + + Important: This parameter is not intended to serve as a security boundary. + Using unsafeOption should not be considered a substitute for proper security practices. + + A reference to the scripting engine to use to evaluate . Evaluates the specified JScript code by using the specified engine and safety option. The result of the evaluation. If is not a string, return value is .