Scroll to navigation

CSAF::Options::ROLIE(3pm) User Contributed Perl Documentation CSAF::Options::ROLIE(3pm)

NAME

CSAF::Options::ROLIE - CSAF::ROLIE::Feed configurator

SYNOPSIS

    use CSAF::Options::ROLIE;
    my $options = CSAF::Options::ROLIE->new( );
    $options->options->configure(
        feed_id    => 'acme-csaf-feed-tlp-white',
        feed_title => 'ACME Security Advisory CSAF feed (TLP:WHITE)'
        base_url   => 'https://security.acme.tld/advisories/csaf'
    );

DESCRIPTION

CSAF::Options::ROLIE is a configurator of CSAF::ROLIE::Feed.

METHODS

CSAF::Options::ROLIE inherits all methods from CSAF::Util::Options.

ATTRIBUTES

CSAF documents base directory.
The base URL for ROLIE feed (default "https://psirt.domain.tld/advisories/csaf").
ROLIE feed filename (default "csaf-feed-tlp-white.json").
ROLIE feed ID (default "csaf-feed-tlp-white" or "csaf-feed-tlp- + tlp_label").
ROLIE feed link (default "[ rel =" 'self', href => feed_url ]>)
ROLIE feed title (default "CSAF feed (TLP:WHITE)" or "CSAF feed (TLP: + tlp_white + )").
ROLIE feed URL (default "base_url + feed_filename")
TLP (Traffic Light Protocol) label (default "WHITE").

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