You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: validate and sync experiment_id/namespace in JobConfig (#716) (#717)
* feat: refine expr_id and namespace
* feat(sdk): add JobConfig enhancements and fix linting issues
Add job configuration improvements including experiment_id support,
OSS mirror config updates, and port validation changes. Fix ruff
lint and format issues across the codebase.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: use urlparse for URL hostname validation in speedup tests
Replace substring-based URL checks with urlparse().hostname to
satisfy CodeQL's "Incomplete URL substring sanitization" rule.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: extract domain constants to avoid CodeQL URL substring warnings
CodeQL flags `"domain" in var` as incomplete URL sanitization regardless
of variable type. Extract hostnames to constants and use helper functions
to eliminate the flagged pattern entirely.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments