PROPOSOAL: different anonymization methods for qi
Open
- Dominant language
- Go
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
allow in `sigo` configuration to choose the anonymization method for an attribute :
```yaml
version: "2"
kAnonymity: 3
lDiversity: 2
sensitives:
- s
rules:
- name: fieldA
aggregation: mean
- name: fieldB
aggregation: randomNoise
- name: fieldC
aggregation: median
```
Contributor guide
Research direction
No source file or test is named. Start by locating how SIGO reads its YAML configuration and applies each rule's aggregation; use the example as the target shape. Done means an attribute can select an anonymization method such as mean, randomNoise, or median through configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- data, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100