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::Proxy::Array - Wrap a hashref in a result object for validation.

SYNOPSIS

TBD

DESCRIPTION

Allows you to run validations against a HashRef.

You probably won't use this directly (although you can) since we have Valiant::Class to encapsulate the most common patterns for this need.

SEE ALSO

This does the interface defined by Valiant::Result so see the docs on that.

Also: Valiant, Valiant::Validator, Valiant::Validator::Each.

AUTHOR

See Valiant

COPYRIGHT & LICENSE

See Valiant