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 all PR review comments from Copilot and CodeQL
- Mask SMB username in startup log (CodeQL cleartext sensitive info)
- Restore NtStatus::Unknown(u32) variant for unknown SMB status codes
- Fix oplock level to 0x00 (SMB2_OPLOCK_LEVEL_NONE)
- Fix decode_read_response to read DataOffset as u16 not u8
- Mask NetBIOS length to 24 bits in frame_packet and send_compound
- Add bounds validation in parse_compound_response
- Restore Option return on RangeSpec::resolve, guard total==0
- Validate multipart parts before removing upload state
- Re-read SMB metadata after put_object for consistent ETag/mtime
- Remove duplicate mod/macro declarations from main.rs, use lib crate
- Restore sccache warm-build assertions and zero-stats reset
- Check Close status in compound create_close
0 commit comments