trypost/tests/Feature/Automation
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
..
Automation Add Workflow/Invocations/Metrics/Settings tabs to automations 2026-06-12 19:19:46 -03:00
Command Denormalize automation trigger_type into an indexed column 2026-06-13 15:26:54 -03:00
Node fix(security): guard automation node requests against redirect-SSRF 2026-07-17 14:55:56 -03:00
Run Add expression autocomplete, side-panel editor, and richer HTTP fetch 2026-06-12 11:31:58 -03:00
Tree Structure brand voice and make generated copy platform-aware 2026-06-12 17:09:39 -03:00
Trigger Dispatch post-trigger automations asynchronously via job 2026-06-10 17:46:46 -03:00
AutomationCrudTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
AutomationEncryptionTest.php Add strict_types to automation files and AutomationNodeState factory 2026-06-10 17:26:50 -03:00
AutomationModelTest.php Tidy automation backend: run duration, folded migrations, imports 2026-06-13 16:30:32 -03:00
DetailTabsTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
DryRunTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
FeedInspectionTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
GenerateNodeValidationTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
PauseHaltsRunsTest.php Harden automations module: full-post generation, reliable runs, editor UX 2026-06-10 20:45:01 -03:00
VariablesTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00
WebhookNodeValidationTest.php fix(permissions): enforce workspace roles across backend and UI 2026-06-22 16:31:54 -03:00