logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       •   Giuseppe Di Terlizzi <gdt@cpan.org>

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").

       feed_link
           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").

Name

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

Support

Bugs/FeatureRequests
       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.

   SourceCode
       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

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'
           );

See Also