atlas.security.should_redact_blob
Details
Type: function
File: atlas/security.py
Lines: 179–206
Signature: (path: str | Path, content: bytes | None) -> tuple[bool, list[SecretMatch]]
Docstring
Decide whether a blob should be marked as redacted/sensitive. Returns (should_redact, matches).
Children
| Name | Type | Line |
|---|---|---|
| atlas.security.should_redact_blob.path_matches | attribute | 184 |
| atlas.security.should_redact_blob.all_matches | attribute | 199 |