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(fuzzing): move CRS to /opt/bb-crs so non-root containers can access it
The fuzzing containers run as UID 65534 (nobody) which cannot traverse
/root/ (mode 700). Relocate CRS data to /opt/bb-crs with world-readable
permissions so create_directories() succeeds at runtime.
0 commit comments