Skip to content

Commit

Permalink
Fix CSAF::Validator::Base->messages type
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Mar 6, 2024
1 parent c09d86a commit 60ffdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CSAF/Validator/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extends 'CSAF::Base';

our %TESTS = ();

has messages => (is => 'ro', default => sub { [] });
has messages => (is => 'rw', default => sub { [] });
has summary => (is => 'ro', default => sub { {} });
has tests => (is => 'rw', default => sub { [] });

Expand Down

0 comments on commit 60ffdac

Please sign in to comment.