Skip to content

Commit 8ccd0e3

Browse files
committed
Add TODO for gen-json-schema
1 parent 809e6d1 commit 8ccd0e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def build_exe(ctx: Context) -> None:
6363
def gen_json_schema(ctx: Context) -> None:
6464
from sslyze.json.json_output import SslyzeOutputAsJson
6565

66+
# TODO(#617): Currently broken; switch to model_dump_json()
6667
json_schema = SslyzeOutputAsJson.schema_json(indent=2)
6768
json_schema_file = Path(__file__).parent / "json_output_schema.json"
6869
json_schema_file.write_text(json_schema)

0 commit comments

Comments
 (0)