Skip to content

Commit

Permalink
Update JSON output
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Jan 3, 2025
1 parent 657d190 commit dc0ed52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = 'en'
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 2 additions & 0 deletions sslyze/json/json_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from sslyze.plugins.compression_plugin import CompressionScanAttemptAsJson
from sslyze.plugins.early_data_plugin import EarlyDataScanAttemptAsJson
from sslyze.plugins.elliptic_curves_plugin import SupportedEllipticCurvesScanAttemptAsJson
from sslyze.plugins.ems_extension_plugin import EmsExtensionScanResultAsJson
from sslyze.plugins.fallback_scsv_plugin import FallbackScsvScanAttemptAsJson
from sslyze.plugins.heartbleed_plugin import HeartbleedScanAttemptAsJson
from sslyze.plugins.http_headers_plugin import HttpHeadersScanAttemptAsJson
Expand Down Expand Up @@ -65,6 +66,7 @@ class AllScanCommandsAttemptsAsJson(BaseModelWithOrmModeAndForbid):
session_resumption: SessionResumptionSupportScanAttemptAsJson
elliptic_curves: SupportedEllipticCurvesScanAttemptAsJson
http_headers: HttpHeadersScanAttemptAsJson
tls_extended_master_secret: EmsExtensionScanResultAsJson

@model_validator(mode="before")
@classmethod
Expand Down

0 comments on commit dc0ed52

Please sign in to comment.