Harden LoadByIDs func

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-07-03 10:06:41 +02:00
parent a65d1096d6
commit 771edcc4fd
16 changed files with 64 additions and 16 deletions

View File

@@ -599,6 +599,10 @@ WHERE
*v = thirdParties
if len(thirdParties) != len(gid.NewSet(thirdPartyIDs...)) {
return ErrResourceNotFound
}
return nil
}