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
- assets.py replace(): use per-request header copy (no Content-Type) instead
of mutating shared client headers dict; wrap file open in context manager
to prevent FD leak
- assets.py update(): use per-request header copy with explicit
Content-Type: application/json, robust against prior upload/replace calls
- capture.py retry: close old FD before reopening on transient retry;
use tuple(val[2:]) to handle both 2-tuple and 3-tuple file specs without
crashing on missing index
- setup.py: remove references to non-existent .env.example in docstring
and runtime error message
- test_assets_unit.py: fix scan-status unit tests to use correct query param
name (include_asset_scan_status) and lowercase string value (true),
matching the integration suite and CMA API wire format
0 commit comments