trypost/tests/Feature/Automation/Node
Paulo Castellano 11d6bddf9c fix(security): guard automation node requests against redirect-SSRF
RunFetchRssNode, RunWebhookNode and RunHttpRequestNode guarded the initial URL but then followed redirects unguarded, so a public URL could 302 to an internal address. RSS now fetches through SafeHttpFetcher::get() (re-guards every hop); webhooks no longer follow redirects; the generic HTTP request node re-runs the SSRF guard on each hop via a new SafeHttpFetcher::redirectGuardOptions().
2026-07-17 14:55:56 -03:00
..
ConditionNodeTest.php Add strict_types to automation files and AutomationNodeState factory 2026-06-10 17:26:50 -03:00
DelayNodeTest.php Cover node-run error paths and align webhook failure handling 2026-06-13 09:56:18 -03:00
EndNodeTest.php Add strict_types to automation files and AutomationNodeState factory 2026-06-10 17:26:50 -03:00
FetchRssNodeTest.php fix(security): guard automation node requests against redirect-SSRF 2026-07-17 14:55:56 -03:00
GenerateNodeTest.php refactor(linkedin): infer post format from media + unify account connection 2026-06-24 21:05:09 -03:00
HttpRequestNodeTest.php fix(security): guard automation node requests against redirect-SSRF 2026-07-17 14:55:56 -03:00
PublishNodeTest.php Cover node-run error paths and align webhook failure handling 2026-06-13 09:56:18 -03:00
WebhookNodeTest.php fix(security): guard automation node requests against redirect-SSRF 2026-07-17 14:55:56 -03:00