-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Overview
The ovos-support script currently handles sensitive information (logs, configs) but lacks implementation for data redaction. This needs to be addressed to prevent accidental exposure of private information.
Required Changes
-
Add a function to redact sensitive patterns:
- IP addresses
- API keys
- Location data
- Other personally identifiable information
-
Implement redaction before copying:
- Use regex patterns for log files
- Use jq filtering for JSON configs
- Add clear warnings about shared information
-
Update the script to:
- Clearly indicate what information might be shared
- Provide options to skip sensitive data
- Document the redaction process
References
- Pull Request: refactor!: rework repository structure #129
- Discussion: refactor!: rework repository structure #129 (comment)
Metadata
Metadata
Assignees
Labels
No labels