Skip to content

Commit bde5eca

Browse files
authored
masking flag (#1496)
Signed-off-by: rakdutta <[email protected]>
1 parent f225fe4 commit bde5eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/pii_filter/pii_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def _process_nested_data_for_pii(self, data: Any, path: str, all_detections: dic
711711
all_detections[path] = detections
712712
self.detection_count += sum(len(items) for items in detections.values())
713713
has_detections = True
714-
714+
modified = True
715715
if self.pii_config.log_detections:
716716
logger.warning(f"PII detected in tool result at '{path}': {', '.join(detections.keys())}")
717717

0 commit comments

Comments
 (0)