Meta Box
Support › MB REST API › Security risk: please fix!Resolved
the file 'meta-box-aio/vendor/meta-box/meta-box-builder/src/RestApi/ThemeCode/Encoder.php' contains the following line (115):
$field_args = ! empty( $this->field_args ) ? eval( 'return [' . implode( ', ', $this->field_args ) . '];' ) : [];
My security software flags this as a security risk. Would it be possible to change that line?
Hello Daniel,
Thanks for your feedback.
I'm discussing this case with the development team and I will let you know when I have any information.