issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:JavaScript
Filter by
40.8M results
Summary
semantic-svc/app.py:238-241 wraps urlparse() in try/except, but urlparse() never raises for any string input:
try:
netloc = urllib.parse.urlparse(url).netloc.lower()
except Exception:
...
bug
good first issue
Source: data-model alignment audit (2026-06-15). Directly supports the scan batches requirement.
ScanRequest accepts multiple targets (images: list, tf_dirs: list, agent_projects: list, …) but they collapse ...
area/scanning
enhancement
P1
Summary
common/url.py:_resolve_to_ips() returns [] on DNS failure, and is_private_host() treats this as a rejection (safe
default):
ips = _resolve_to_ips(hostname)
if not ips:
return True # safe ...
enhancement
observability
Source: data-model/security-graph alignment audit (2026-06-15).
The graph vocabulary advertises types no builder ever emits — they appear in the EntityType/RelationshipType enums, the
OCSF map (graph/ocsf.py), ...
area/scanning
enhancement
P2
Source: data-model/security-graph alignment audit (2026-06-15).
The graph type system is typed end-to-end with universal canonical IDs and a codegen-enforced UI schema
(ui/lib/graph-schema.generated.ts, ...
area/runtime
bug
P1
Summary
semantic-svc/app.py at 1251 lines is the second-largest file in the repo. It mixes:
- Model lifecycle (loading, health checks)
- Qdrant management (connection, collection setup)
- Index/search/delete ...
code-quality
refactor
Summary
semantic-svc/app.py:110 catches bare except Exception during model loading:
try:
_rerank_model = await loop.run_in_executor(...)
_models_ready = True
except Exception:
logger.exception( ...
code-quality
enhancement
Summary
agent-svc/agent/monitor.py:174-178 uses print() statements instead of the logging framework:
print(f Monitors checked: {len(results)}, changed: {len(changed)} )
print(f CHANGED: {r[ url ...
bug
observability
Summary
No .dockerignore file exists in the repo root. Every docker build sends the entire repo (including test files, docs,
droid-wiki, and other services source) to the Docker daemon. This:
1. Slows ...
devops
enhancement
/ecc-tools analyze

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.