Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement data redaction in ovos-support script #130

Open
coderabbitai bot opened this issue Jan 18, 2025 · 0 comments
Open

Implement data redaction in ovos-support script #130

coderabbitai bot opened this issue Jan 18, 2025 · 0 comments
Assignees

Comments

@coderabbitai
Copy link

coderabbitai bot commented Jan 18, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant