hertzbeat icon indicating copy to clipboard operation
hertzbeat copied to clipboard

Desensitize sensitive information

Open Ceilzcx opened this issue 1 year ago • 4 comments

What's changed?

#2792

Checklist

  • [ ] I have read the Contributing Guide
  • [ ] I have written the necessary doc or comment.
  • [ ] I have added the necessary unit tests and all cases have passed.

Add or update API

  • [ ] I have added the necessary e2e tests and all cases have passed.

Ceilzcx avatar Nov 02 '24 05:11 Ceilzcx

Hi, if the user edits the information on the ui page, but clicks OK without making any changes, is the real data already replaced by ****?

tomsun28 avatar Nov 03 '24 01:11 tomsun28

Hi, if the user edits the information on the ui page, but clicks OK without making any changes, is the real data already replaced by ****?

desensitize should implement by the server, It's inevitable replace to ***.

Ceilzcx avatar Nov 05 '24 12:11 Ceilzcx

desensitize should implement by the server, It's inevitable replace to ***.

hi yes, we need to consider the case where the user modifies the content and the request data is *** but the data is not modified. If the database stores the ***, there will be problems.

tomsun28 avatar Nov 06 '24 09:11 tomsun28

Discuss with @Ceilzcx, we decided to suspend this issue until a better solution.

tomsun28 avatar Nov 16 '24 07:11 tomsun28