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?