[medium] gdpr-patterns: Data collection without apparent consent mechanism #36

Open
opened 2026-03-18 16:01:25 +00:00 by sharang · 0 comments
Owner

medium Finding

Scanner: gdpr-patterns
Severity: medium
Rule: gdpr-no-consent

Description

Data collection endpoint that doesn't reference consent or opt-in mechanisms.

Location

File: compliance-agent/src/pipeline/patterns.rs (line 51)

Code

                pattern: compile_regex(r#"(?i)(collect|store|save|persist|record).*\b(personal|user.?data|pii|biometric)\b"#),

Fingerprint: 4cce7f127c738a7991d77f9a3fd900d68721c95e1aa5ce1d7808afaef7ee6861
Generated by compliance-scanner

Labels: severity:medium, scanner:gdpr-patterns, compliance-scanner

## medium Finding **Scanner:** gdpr-patterns **Severity:** medium **Rule:** gdpr-no-consent ### Description Data collection endpoint that doesn't reference consent or opt-in mechanisms. ### Location **File:** `compliance-agent/src/pipeline/patterns.rs` (line 51) ### Code ``` pattern: compile_regex(r#"(?i)(collect|store|save|persist|record).*\b(personal|user.?data|pii|biometric)\b"#), ``` --- *Fingerprint:* `4cce7f127c738a7991d77f9a3fd900d68721c95e1aa5ce1d7808afaef7ee6861` *Generated by compliance-scanner* **Labels:** severity:medium, scanner:gdpr-patterns, compliance-scanner
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sharang/compliance-scanner-agent#36