Submitted by jayjonah8
In NestedFactory.sol going through the create() function which leads to the sendFeesWithRoyalties() => addShares() function,  Im not seeing any checks preventing someone from copying their own portfolio and receiving royalty shares for it and simply repeating the process over and over again.
Manual code review
A require statement should be added not allowing users to copy their own portfolios.
maximebrugel (Nested) disagreed with severity:
alcueca (judge) commented:
