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.

- When doing an update a default context of 'update' is added - When doing a create a default context of 'create' is added - basic create and create helpers (create_related, etc) tests - basic update and update helpers (update_related, etc) tests - other helpers such as create_or_update tests

- multicreate has one might have has_many create with mixed create/ updates on multi update with mixec creates/ updages on multu Both above with checks to make sure the correct default context is run Delete support make sure the accept_nested_for stuff works

??many to many???

when many to many we can find on the far side of the bdir