issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:HTML
Filter by
61.2M results
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 12.
Severity: unspecified
It only checks refs ending in .json or .jsonl:
if not raw_value.endswith(( .json , .jsonl )): continue
Evidence: ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 10.
Severity: unspecified
Static output validator does this:
if path_value.startswith( / ): return None
Evidence: tools/validators/validate_static_knowledge_tree_output.py:128-137. ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 9.
Severity: unspecified
This function uses host Path semantics:
def is_output_relative_path(value: str) - bool: path = Path(value) return ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 8.
Severity: unspecified
Export route validation rejects absolute paths, backslashes, .., trailing /, and non-.html routes. Evidence:
tools/validators/validate_knowledge_tree_export.py:254-259. ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 6.
Severity: unspecified
Public sharing bundle resolves raw manifest paths directly:
export_path = resolve_existing_file(Path(str(build_manifest[ ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 7.
Severity: unspecified
Validator only checks export_path, presentation_path, and output_root are nonblank strings:
for field in ( export_path ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 5.
Severity: unspecified
The static build manifest stores:
export_path : str(export_path), presentation_path : str(presentation_path), ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 4.
Severity: unspecified
Structured-data execution parses JSON with:
json.loads(..., object_pairs_hook=no_duplicate_object_pairs)
Evidence: ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 3.
Severity: unspecified
CSV row loading does this:
reader = csv.DictReader(handle) ... row_map[f row:{row_index} ] = dict(row)
Evidence: ...
Imported from /home/joe/projects/Summa/bugz as batch-9 finding 1.
Severity: unspecified
I ran:
python -V python -m pytest -q tests/test_rebuildability_audit.py -q
Result:
Python 3.13.5 ERROR collecting ...

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.