Scroll to navigation

CSAF::Validator::InformativeTests(3pm) User Contributed Perl Documentation CSAF::Validator::InformativeTests(3pm)

NAME

CSAF::Validator::InformativeTests

SYNOPSIS

    use CSAF::Validator::InformativeTests;
    my $v = CSAF::Validator::InformativeTests->new( csaf => $csaf );
    $v->exec_test('6.3.11');
    $v->TEST_6_3_11;

DESCRIPTION

Informative tests provide insights in common mistakes and bad practices. They MAY fail at a valid CSAF document. It is up to the issuing party to decide whether this was an intended behavior and can be ignore or should be treated.

    6.3.1 Use of CVSS v2 as the only Scoring System
    6.3.2 Use of CVSS v3.0
    6.3.3 Missing CVE
    6.3.4 Missing CWE
    6.3.5 Use of Short Hash
    6.3.6 Use of non-self referencing URLs Failing to Resolve (*)
    6.3.7 Use of self referencing URLs Failing to Resolve (*)
    6.3.8 Spell check (*)
    6.3.9 Branch Categories
    6.3.10 Usage of Product Version Range
    6.3.11 Usage of V as Version Indicator

(*) actually not tested in this CSAF distribution.

METHODS

CSAF::Validator::InformativeTests inherits all methods from CSAF::Validator::Base and implements the following new ones.

Use of CVSS v2 as the only Scoring System
Use of CVSS v3_0
Missing CVE
Missing CWE
Use of Short Hash
Use of non-self referencing URLs Failing to Resolve
Use of self referencing URLs Failing to Resolve
Spell check (*)
Branch Categories
Usage of Product Version Range
Usage of V as Version Indicator

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at <https://github.com/giterlizzi/perl-CSAF/issues>. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

<https://github.com/giterlizzi/perl-CSAF>

    git clone https://github.com/giterlizzi/perl-CSAF.git

AUTHOR

Giuseppe Di Terlizzi <gdt@cpan.org>

LICENSE AND COPYRIGHT

This software is copyright (c) 2023-2024 by Giuseppe Di Terlizzi.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2025-07-04 perl v5.40.1