Provided by: libcsaf-perl_0.25-1_all bug

NAME

       csaf2html - Convert CSAF documents in HTML

SYNOPSIS

           csaf2html --file FILE
           csaf2html [--help|--man|--version]

           Options:
             -f, --file=FILE               Input CSAF document
             -o, --output=FILE             Output filename
             -t, --template=NAME,PATH      Template name or path

             -v, --verbose                 Verbose

                 --help                    Brief help message
                 --man                     Full documentation
                 --version                 Print version

DESCRIPTION

       "csaf2html" Convert CSAF documents in HTML

EXAMPLES

       Converts the CSAF document and writes the rendered HTML content to STDOUT:

           $ csaf2html -f csaf-document.json

       Converts the CSAF document and writes the rendered HTML content to a file:

           $ csaf2html -f csaf-document.json -o csaf-document.html

       Use a custom template file (See "Template Toolkit Documentation"):

           $ csaf2html -f csaf-document.json -t my-cool-template.tt2

SEE ALSO

       csaf-validator

AUTHOR

       Giuseppe Di Terlizzi <https://metacpan.org/author/gdt>

COPYRIGHT AND LICENSE

       Copyright © 2023-2024 Giuseppe Di Terlizzi <https://metacpan.org/author/gdt>

       You may use and distribute this module according to the same terms that Perl is distributed under.

perl v5.40.1                                       2025-07-04                                      CSAF2HTML(1p)