You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2023. It is now read-only.
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
Sensitive information rule configuration
Proposed Solution
Add API for obtaining sensitive information rule list
Added new sensitive information rule API
Add sensitive information rule status modification API
Add sensitive information rule editing API
Add sensitive information rule deleted API
Add sensitive information pattern type list API
Noted:
When policy created, the corresponding sensitive information type are automatically created
When modifying the name, modify the corresponding type at the same time
When creating a rule, at the same time check whether the rule conforms to the type it belongs to, for example, check whether the regex conforms to REGEX POSIX 1003.2
When deleting a rule, only the status bit of the rule is modified without actually deleting the data