bare-ssh2 parses SFTP handles via bufferSlice/safer-buffer — handles are often
Uint8Array views that fail Buffer.isBuffer; READ/CLOSE/FSTAT/WRITE/READDIR were rejecting every request with SSH_FX_FAILURE. Add sftpHandleId() using DataView. OPEN: fix inner try indentation. CHANGELOG: note handle decoding + earlier SFTP hardening (vfs normalize, enqueueSftpReply, Protocol/SFTP DATA coerce).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema": 2,
|
||||
"profileId": "bare-os-posix-like",
|
||||
"generatedAt": "2026-04-21T22:11:56.311Z",
|
||||
"generatedAt": "2026-04-21T22:22:05.245Z",
|
||||
"note": "Sparse POSIX Issue 7 coverage hints for /bin utilities. Omitted command names are not yet profiled here.",
|
||||
"commandIndex": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user