Aias00 opened a new issue, #2336: URL: https://github.com/apache/rocketmq-dashboard/issues/2336
## Problem `GET /api/settings/general` is available to authenticated reader users, but `GeneralSettingsVO` serializes `dingtalkWebhook` and `smsWebhook` without redaction. A DingTalk robot URL normally contains an access token in its query string, so reader accounts can obtain a reusable notification credential. ## Scope - Return only configured-state metadata for notification webhooks. - Continue accepting raw values on the settings update request. - Add regression coverage proving raw webhook values are absent from read responses. ## Impact Confidentiality of configured notification credentials. -- 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]
