feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes
This commit is contained in:
31
.tmp/tasks/review-fixes/subtask_04.json
Normal file
31
.tmp/tasks/review-fixes/subtask_04.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user