Skip to content

Conversation

@chl0rum
Copy link
Contributor

@chl0rum chl0rum commented Dec 25, 2025

No description provided.

@github-actions github-actions bot added the type/feat New features label Dec 25, 2025
@ovsds ovsds requested a review from Copilot December 25, 2025 20:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new base obfuscator package (dl_obfuscator) that provides functionality for obfuscating sensitive data like secrets and query parameters in various contexts (logs, Sentry, tracing, usage tracking, and inspector).

Key Changes:

  • New dl_obfuscator package with core obfuscation engine and secret keeper registry
  • Support for context-aware obfuscation (different rules for logs vs. inspector)
  • Extensible architecture with base obfuscator class for custom implementations

Reviewed changes

Copilot reviewed 13 out of 17 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
metapkg/pyproject.toml Adds dl-obfuscator to the metapackage dependencies
lib/dl_obfuscator/pyproject.toml Package configuration defining dependencies and test settings
lib/dl_obfuscator/dl_obfuscator/secret_keeper.py Registry for storing secrets and query parameters to be obfuscated
lib/dl_obfuscator/dl_obfuscator/engine.py Core obfuscation engine with text and dict processing methods
lib/dl_obfuscator/dl_obfuscator/context.py Enum defining obfuscation contexts (logs, sentry, tracing, etc.)
lib/dl_obfuscator/dl_obfuscator/obfuscators/base.py Abstract base class for custom obfuscators
lib/dl_obfuscator/dl_obfuscator/init.py Package initialization with public API exports
lib/dl_obfuscator/dl_obfuscator_tests/unit/test_secret_keeper.py Unit tests for SecretKeeper functionality
lib/dl_obfuscator/dl_obfuscator_tests/unit/test_engine.py Unit tests for ObfuscationEngine behavior
lib/dl_obfuscator/dl_obfuscator_tests/unit/conftest.py Pytest fixtures for tests
lib/dl_obfuscator/README.md Basic package documentation
lib/dl_obfuscator/LICENSE Apache 2.0 license file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ovsds ovsds requested a review from Copilot December 30, 2025 12:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 13 out of 17 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chl0rum chl0rum requested a review from ovsds January 19, 2026 15:23
@chl0rum chl0rum requested a review from ovsds January 27, 2026 10:44
@ovsds ovsds requested a review from Copilot January 27, 2026 11:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 18 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chl0rum chl0rum enabled auto-merge (squash) January 28, 2026 20:30
@chl0rum chl0rum requested a review from ovsds January 28, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/feat New features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants