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
fix: reject non-HTTPS redirects before following, validate workflow ID format
- Replace urlopen with custom HTTPRedirectHandler that validates each
redirect URL scheme before following it (prevents non-HTTPS requests)
- Validate workflow ID against _ID_PATTERN (lowercase alnum + hyphens)
before any filesystem operations in both add and update commands,
preventing accidental deletion of reserved directories
0 commit comments