soulbird commented on PR #7384: URL: https://github.com/apache/apisix/pull/7384#issuecomment-1175695650
The whitelist for the fields does not work as it should, because the schema may be injected into other fields, currently there are `disable` `_meta` `$comment`. A better approach is to move all injected fields into _meta and manually filter out this field in the whitelist. But this would introduce a break change, not sure if it's worth it. cc @spacewander -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
