Quratulain-bilal
5bdcb4ad14
fix(catalogs): reject host-less catalog URLs in base and preset validators ( #3210 )
...
the shared CatalogStackBase validator and PresetCatalog validator
checked parsed.netloc to enforce 'a valid URL with a host'. but netloc
is truthy for host-less URLs like https://:8080 or https://user @, so
those slipped through even though they have no host - contradicting the
error message. the workflow, step, and bundler validators already check
parsed.hostname (which is None in those cases); this aligns the two
stragglers with that. add regression tests covering port-only and
userinfo-only URLs.
2026-06-29 10:29:14 -05:00
..
2026-03-31 17:40:32 -05:00
2026-03-31 17:40:32 -05:00
2026-06-04 09:53:31 -05:00
2026-06-23 07:36:54 -05:00
2026-05-29 10:19:31 -05:00
2026-06-09 06:13:07 -05:00
2026-04-01 09:17:21 -05:00
2026-04-01 09:17:21 -05:00
2026-06-17 14:47:00 -05:00
2026-06-17 14:47:00 -05:00
2026-06-17 14:47:00 -05:00
2026-06-17 14:47:00 -05:00
2026-04-01 09:17:21 -05:00
2026-06-29 10:29:14 -05:00
2026-06-26 12:11:54 -05:00
2026-06-09 06:13:07 -05:00
2026-06-29 10:26:10 -05:00
2026-06-22 12:10:55 -05:00
2026-06-17 14:47:00 -05:00
2026-06-09 06:13:07 -05:00
2026-06-09 06:13:07 -05:00
2026-06-23 08:01:00 -05:00
2026-06-01 11:20:48 -05:00
2026-04-01 10:26:48 -05:00
2026-06-17 14:47:00 -05:00
2026-05-06 17:21:48 -05:00
2026-06-09 06:13:07 -05:00
2026-04-01 09:17:21 -05:00
2026-04-01 09:17:21 -05:00
2026-04-01 09:17:21 -05:00
2026-06-24 15:22:08 -05:00
2026-06-09 06:13:07 -05:00
2026-05-06 16:12:13 -05:00
2026-06-24 13:44:34 -05:00
2026-05-13 09:55:56 -05:00
2026-04-01 09:17:21 -05:00
2026-04-01 09:17:21 -05:00
2026-04-01 09:17:21 -05:00
2026-04-01 09:17:21 -05:00
2026-06-09 06:13:07 -05:00
2026-06-16 17:48:40 -05:00
2026-04-01 09:17:21 -05:00
2026-05-01 11:54:41 -05:00
2026-06-24 15:22:08 -05:00
2026-04-01 10:26:48 -05:00
2026-04-07 08:41:11 -05:00
2026-04-24 12:37:05 -05:00
2026-04-01 09:17:21 -05:00
2026-06-22 12:14:18 -05:00
2026-06-16 17:29:08 -05:00
2026-06-23 07:36:54 -05:00
2026-06-23 08:01:00 -05:00