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::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_directory

CSAF documents base directory.

base_url

The base URL for ROLIE feed (default https://psirt.domain.tld/advisories/csaf).

feed_filename

ROLIE feed filename (default csaf-feed-tlp-white.json).

feed_id

ROLIE feed ID (default csaf-feed-tlp-white or csaf-feed-tlp- + tlp_label).

ROLIE feed link (default [ rel = 'self', href => feed_url ]>)

feed_title

ROLIE feed title (default CSAF feed (TLP:WHITE) or CSAF feed (TLP: + tlp_white + )).

feed_url

ROLIE feed URL (default base_url + feed_filename)

tlp_label

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.