Scroll to navigation

CSAF2HTML(1p) User Contributed Perl Documentation CSAF2HTML(1p)

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-2025 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.

2025-09-03 perl v5.40.1