trypost/app/Rules
Paulo Castellano 9293d0cd8d
fix: guard ContentTypeMatchesPlatform against non-uuid social_account_id (#260)
An MCP client sending a non-uuid social_account_id (e.g. a placeholder
string) reached SocialAccount::find() directly, which threw a Postgres
QueryException (22P02) instead of failing validation gracefully.
2026-08-09 11:46:59 -03:00
..
ContentFitsPlatformLimits.php refactor(posts): tighten content-length caps and simplify contentOverflow 2026-05-11 20:06:44 -03:00
ContentTypeCompatibleWithMedia.php feat: proactive connection check for at-risk posts + SocialAccount name centralization (#256) 2026-08-09 11:10:39 -03:00
ContentTypeMatchesPlatform.php fix: guard ContentTypeMatchesPlatform against non-uuid social_account_id (#260) 2026-08-09 11:46:59 -03:00
ContentTypeMatchesPostPlatform.php refactor: derive sibling key in content-type rules without regex 2026-05-04 13:06:13 -03:00
ResolvableUrl.php fix(automations): code-review hardening for feed fetch & URL validation 2026-06-16 12:09:16 -03:00