Skip to content

Regex fix for keyword_recall being redacted#8

Merged
eedorenko merged 1 commit into
vyta:eedorenko/update-foundry-adapterfrom
eugeneboms:eedorenko/update-foundry-adapter
Jul 24, 2026
Merged

Regex fix for keyword_recall being redacted#8
eedorenko merged 1 commit into
vyta:eedorenko/update-foundry-adapterfrom
eugeneboms:eedorenko/update-foundry-adapter

Conversation

@eugeneboms

Copy link
Copy Markdown

Regex fix for incorrect filtering.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the Python reporter’s sensitive-key scrubbing regex to prevent keyword_recall and keyword_recall_stderr metrics from being redacted while still redacting other sensitive-looking keys in JSON output.

Changes:

  • Replaced the previous negative-lookbehind pattern with a start-anchored regex that explicitly excludes keyword_recall and keyword_recall_stderr.

Comment thread python/src/beval/reporter.py
@eedorenko
eedorenko merged commit 9bdaa61 into vyta:eedorenko/update-foundry-adapter Jul 24, 2026
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants