table of contents
other versions
- unstable 0.26-1
| CSAF-VALIDATOR(1p) | User Contributed Perl Documentation | CSAF-VALIDATOR(1p) |
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 <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 |