-
Notifications
You must be signed in to change notification settings - Fork 13
Add payment header redaction helper tests #39
Copy link
Copy link
Open
Labels
Stellar WaveIssue proposed for the Drips Stellar Wave programIssue proposed for the Drips Stellar Wave programarea: securitySecurity and abuse preventionSecurity and abuse preventioncomplexity: highExpected high implementation complexityExpected high implementation complexitydrips-candidateCandidate for a Drips Stellar WaveCandidate for a Drips Stellar WaveenhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
Stellar WaveIssue proposed for the Drips Stellar Wave programIssue proposed for the Drips Stellar Wave programarea: securitySecurity and abuse preventionSecurity and abuse preventioncomplexity: highExpected high implementation complexityExpected high implementation complexitydrips-candidateCandidate for a Drips Stellar WaveCandidate for a Drips Stellar WaveenhancementNew feature or requestNew feature or request
Goal
Ensure logs and debug output never expose payment proof headers by accident.
Scope
payment,payment-response, andauthorizationstyle header names case-insensitively.Acceptance criteria
npm test --workspace @query402/apitargeted to the new/updated test passes.npm run typecheck --workspace @query402/apipasses.Notes
Keep this small and test-driven. If no helper exists, introduce a tiny local utility rather than a broad logging redesign.