Skip to content

Commit 583c5c2

Browse files
committed
feat: add unicode normalisation, secret scanning, and PII checksum validation
1 parent 2969fd7 commit 583c5c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/llmtrace-security/src

crates/llmtrace-security/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3726,7 +3726,7 @@ Q: A\nA: B\nQ: C\nA: D\nQ: E\nA: F\nQ: G";
37263726
"Slack token: {}",
37273727
["xoxb", "123456789012", "1234567890123", "AbCdEfGhIjKlMnOp"].join("-")
37283728
);
3729-
let findings = a.analyze_response(text, &test_context()).await.unwrap();
3729+
let findings = a.analyze_response(&text, &test_context()).await.unwrap();
37303730
assert!(
37313731
findings.iter().any(|f| {
37323732
f.finding_type == "secret_leakage"

0 commit comments

Comments
 (0)