File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 84
84
</Parameters >
85
85
<Docs >
86
86
<param name =" source" >The code to evaluate.</param >
87
- <param name =" unsafeOption" >The string literal <c >unsafe</c > to enable unsafe evaluation; otherwise, <see langword =" false" />.</param >
87
+ <param name =" unsafeOption" >
88
+ The string literal <c >unsafe</c > to enable unsafe evaluation; otherwise, <see langword =" false" />.
89
+ <para >
90
+ <b >Important:</b > This parameter is not intended to serve as a security boundary.
91
+ Using <c >unsafeOption</c > should not be considered a substitute for proper security practices.
92
+ </para >
93
+ </param >
88
94
<param name =" engine" >A reference to the scripting engine to use to evaluate <paramref name =" source" />.</param >
89
95
<summary >Evaluates the specified JScript code by using the specified engine and safety option.</summary >
90
96
<returns >The result of the evaluation. If <paramref name =" source" /> is not a string, return value is <paramref name =" source" />.</returns >
You can’t perform that action at this time.
0 commit comments