MCPcopy Create free account
hub / github.com/openai/plugins / ReportProjectionError

Class ReportProjectionError

plugins/codex-security/scripts/report_projection.py:25–26  ·  view source on GitHub ↗

Raised when a canonical scan cannot be projected into a valid report.

Source from the content-addressed store, hash-verified

23
24
25class ReportProjectionError(ValueError):
26 """Raised when a canonical scan cannot be projected into a valid report."""
27
28
29def _load_script(name: str) -> ModuleType:

Callers 2

_load_scriptFunction · 0.85
generate_report_markdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected