The following example would be vulnerable under some circumstances: user.add_relation(:friends, :order) # =

Install the Gem gem install friends_order


The following example would not be vulnerable: user.add_relation(:friends, :order) #

What is a Relation?

A relation is an association between two records. It can be used to specify relationships such as "friendship" or "parent-child."

Timeline

Published on: 10/25/2022 17:15:00 UTC
Last modified on: 10/26/2022 00:52:00 UTC

References