Security Advisories (1)
CPANSA-Valiant-2024-001

closed potential security issue with deeply nested paramters in the DBIC glue code. This was a hack that could let someone create a child record if you were allowing find_by_unique rather than find by primary key.

NAME

Valiant::Exception - Base exceptions class;

SYNOPSIS

# Nothing for end users here

DESCRIPTION

I just copied this from Moose::Exception since I trust the authors. You shouldn't really use this unless you add doing Valiant extensions and need to create a new exception type.

You won't use any of this unless you are doing Valiant extensions or validators.

ATTRIBUTES

trace

Full stack trace if you need it

message

The actual exception message

METHODS

This class does the following methods

as_string

Exception stringy-fied. Used as an overloading target.

SEE ALSO

Valiant

AUTHOR

See Valiant

COPYRIGHT & LICENSE

See Valiant