Skip to content

Implement data redaction in ovos-support script #130

@coderabbitai

Description

@coderabbitai

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

  1. Add a function to redact sensitive patterns:

    • IP addresses
    • API keys
    • Location data
    • Other personally identifiable information
  2. Implement redaction before copying:

    • Use regex patterns for log files
    • Use jq filtering for JSON configs
    • Add clear warnings about shared information
  3. Update the script to:

    • Clearly indicate what information might be shared
    • Provide options to skip sensitive data
    • Document the redaction process

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions