Add report export formats#14
Open
Szj510 wants to merge 1 commit into
Open
Conversation
32fb05e to
047a7bd
Compare
|
I checked out this branch locally and validated the report export paths with a small sample containing one TLS result and one SSH result. Validation run:
I did not find a blocking issue in these paths. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--format csv,--format json, and--format xmltocreate-reportlengthand guarding optional hybrid algorithmsWhy
The TODO lists combined JSON/CSV/XML export on top of the HTML report. These machine-readable formats make it easier to feed pqcscan results into PQC readiness reviews, spreadsheets, and downstream asset inventory tooling.
While visually validating the default HTML report path, TLS PQC algorithm rendering failed on the template expression
result['pqc_algos'].count. This patch keeps HTML as the default and ensures that path still renders for PQC-enabled TLS results.Validation
cargo testgit diff --check README.md TODO src/main.rs support/templates/tls_results.html