Initial filesystem-ts fork #1
Annotations
18 errors, 7 warnings, and 2 notices
|
windows-latest / Node 20.x
Process completed with exit code 1.
|
|
path-utils.test.ts > path-utils > isPathWithinDirectory > should honor explicit case sensitivity overrides:
path-utils.test.ts#L170
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ path-utils.test.ts:170:94
|
|
path-utils.test.ts > path-utils > isPathWithinDirectory > should handle case sensitivity based on platform:
path-utils.test.ts#L162
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ path-utils.test.ts:162:70
|
|
path-utils.test.ts > path-utils > isPathWithinDirectory > should return true for child paths:
path-utils.test.ts#L140
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ path-utils.test.ts:140:72
|
|
path-utils.test.ts > path-utils > ensureTrailingSeparator > should handle root path:
path-utils.test.ts#L134
AssertionError: expected '/\' to be '/' // Object.is equality
Expected: "/"
Received: "/\"
❯ path-utils.test.ts:134:22
|
|
lib.test.ts > Security: symlink chain attacks > should reject chained symlinks that ultimately escape allowed dirs:
lib.test.ts#L1675
AssertionError: promise resolved "'C:\Users\runneradmin\AppData\Local\Te…'" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fs-mcp-test-ee1ab4\\symlink-chain-tests\\link1\\passwd"
❯ lib.test.ts:1675:61
|
|
lib.test.ts > Security: advanced path attacks > should reject symlink to outside allowed directory:
lib.test.ts#L1155
AssertionError: promise resolved "'C:\Users\runneradmin\AppData\Local\Te…'" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fs-mcp-test-ee1ab4\\evil-symlink\\passwd"
❯ lib.test.ts:1155:64
|
|
lib.test.ts > Security: symlink escape > should reject symlink pointing outside allowed directories:
lib.test.ts#L770
AssertionError: promise resolved "'C:\Users\runneradmin\AppData\Local\Te…'" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fs-mcp-test-ee1ab4\\symlink-escape-test\\escape-link\\passwd"
❯ lib.test.ts:770:64
|
|
index.test.ts > index.ts integration > list_directory_with_sizes > should not follow symlinks outside allowed roots for metadata:
index.test.ts#L681
AssertionError: expected '[FILE] outside-link (Error getting st…' to contain 'ACCESS_DENIED'
- Expected
+ Received
- ACCESS_DENIED
+ [FILE] outside-link (Error getting stats: ENOENT)
+
+ Total: 1 files, 0 directories, 0 B
❯ index.test.ts:681:29
|
|
windows-latest / Node 22.x
Process completed with exit code 1.
|
|
path-utils.test.ts > path-utils > isPathWithinDirectory > should honor explicit case sensitivity overrides:
path-utils.test.ts#L170
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ path-utils.test.ts:170:94
|
|
path-utils.test.ts > path-utils > isPathWithinDirectory > should handle case sensitivity based on platform:
path-utils.test.ts#L162
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ path-utils.test.ts:162:70
|
|
path-utils.test.ts > path-utils > isPathWithinDirectory > should return true for child paths:
path-utils.test.ts#L140
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ path-utils.test.ts:140:72
|
|
path-utils.test.ts > path-utils > ensureTrailingSeparator > should handle root path:
path-utils.test.ts#L134
AssertionError: expected '/\' to be '/' // Object.is equality
Expected: "/"
Received: "/\"
❯ path-utils.test.ts:134:22
|
|
lib.test.ts > Security: symlink chain attacks > should reject chained symlinks that ultimately escape allowed dirs:
lib.test.ts#L1675
AssertionError: promise resolved "'C:\Users\runneradmin\AppData\Local\Te…'" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fs-mcp-test-ChZT5I\\symlink-chain-tests\\link1\\passwd"
❯ lib.test.ts:1675:61
|
|
lib.test.ts > Security: advanced path attacks > should reject symlink to outside allowed directory:
lib.test.ts#L1155
AssertionError: promise resolved "'C:\Users\runneradmin\AppData\Local\Te…'" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fs-mcp-test-ChZT5I\\evil-symlink\\passwd"
❯ lib.test.ts:1155:64
|
|
lib.test.ts > Security: symlink escape > should reject symlink pointing outside allowed directories:
lib.test.ts#L770
AssertionError: promise resolved "'C:\Users\runneradmin\AppData\Local\Te…'" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\fs-mcp-test-ChZT5I\\symlink-escape-test\\escape-link\\passwd"
❯ lib.test.ts:770:64
|
|
index.test.ts > index.ts integration > list_directory_with_sizes > should not follow symlinks outside allowed roots for metadata:
index.test.ts#L681
AssertionError: expected '[FILE] outside-link (Error getting st…' to contain 'ACCESS_DENIED'
- Expected
+ Received
- ACCESS_DENIED
+ [FILE] outside-link (Error getting stats: ENOENT)
+
+ Total: 1 files, 0 directories, 0 B
❯ index.test.ts:681:29
|
|
Dependency audit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macos-latest / Node 22.x
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macos-latest / Node 20.x
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ubuntu-latest / Node 22.x
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ubuntu-latest / Node 20.x
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows-latest / Node 20.x
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows-latest / Node 22.x
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows-latest / Node 20.x
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
windows-latest / Node 22.x
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|