The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

csaf-validator - CSAF Validator

SYNOPSIS

    csaf-validator --file PATH
    csaf-validator [--help|--man|-v]

    Options:
      -f, --file PATH   CSAF document path
          --help        Brief help message
          --man         Full documentation
      -v, --version     Print version

DESCRIPTION

csaf-validator CSAF Validator

EXAMPLES

    $ csaf-validator -f csaf-document.json
    [error] /document/tracking/revision_history: Sorted Revision History (6.1.14 - mandatory)
    [error] /document/tracking/version: Detected newer revision of document (6.1.16 - mandatory)

    $ cat csaf-document.json | csaf-validator
    [error] /product_tree/branches/0/branches/0/branches/name: Version Range in Product Version (6.1.31 - mandatory)

SEE ALSO

csaf-rolie

AUTHOR

Giuseppe Di Terlizzi

COPYRIGHT AND LICENSE

Copyright © 2023-2024 Giuseppe Di Terlizzi

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