Skip to content

fix: [BOUNTY] PII Export & Delete Workflow (GDPR-ready)#626

Open
pabloDarkmoon24 wants to merge 4 commits intorohitdash08:mainfrom
pabloDarkmoon24:fix/issue-76-remotehunter
Open

fix: [BOUNTY] PII Export & Delete Workflow (GDPR-ready)#626
pabloDarkmoon24 wants to merge 4 commits intorohitdash08:mainfrom
pabloDarkmoon24:fix/issue-76-remotehunter

Conversation

@pabloDarkmoon24
Copy link

Fixes #76

{
  "solution_code": "### FILE: app/routes/privacy.py\n\n```python\nimport io\nimport json\nimport zipfile\nimport logging\nfrom datetime import datetime, timezone\nfrom flask import Blueprint, jsonify, request, send_file, current_app, g\nfrom functools import wraps\n\nfrom app.db.connection import get_db\nfrom app.auth.middleware import jwt_required\nfrom app.audit import log_audit_event\n\nprivacy_bp = Blueprint('privacy', __name__, url_prefix='/users')\nlogger = logging.getLogger(__na

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PII Export & Delete Workflow (GDPR-ready)

1 participant