Files
guarddog-nexus/.tmp/tasks/review-fixes/subtask_04.json

32 lines
1017 B
JSON

{
"id": "review-fixes-04",
"seq": "04",
"title": "Strip query params from URLs in SSRF log messages",
"status": "pending",
"depends_on": [],
"parallel": true,
"suggested_agent": "CoderAgent",
"context_files": [
"/home/marker/guarddog-nexus/AGENTS.md"
],
"reference_files": [
"/home/marker/guarddog-nexus/guarddog_nexus/core/nexus.py",
"/home/marker/guarddog-nexus/guarddog_nexus/core/harvester.py"
],
"acceptance_criteria": [
"SSRF prevention log (nexus.py:125) logs URL host+path only, no query params",
"Download failure log (nexus.py:140) logs URL host+path only, no query params",
"harvester.py URL logs (lines 74, 89) also strip query params",
"All existing tests pass",
"ruff check/format passes"
],
"deliverables": [
"/home/marker/guarddog-nexus/guarddog_nexus/core/nexus.py",
"/home/marker/guarddog-nexus/guarddog_nexus/core/harvester.py"
],
"agent_id": null,
"started_at": null,
"completed_at": null,
"completion_summary": null
}