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
Expected: Hostname will be substituted into the default name. The default name will be truncated to 260 symbols.
Actual:
✘ ❯ npx jest tests/check_ln.test.ts
console.log
[2022-05-19T06:53:53.429Z] [WARN ] - (!) IMPORTANT: A new Repeater version (8.9.0) is available, please update @sec-tester.
at Logger.write (packages/core/src/logger/Logger.ts:55:13)
FAIL tests/check_ln.test.ts (8.065 s)
LFI
✕ BC - HIGH (1088 ms)
● LFI › BC - HIGH
HttpCommandError: File name is too long.
at HttpCommandDispatcher.performHttpRequest (packages/bus/src/dispatchers/HttpCommandDispatcher.ts:66:13)
at ExponentialBackoffRetryStrategy.acquire (packages/bus/src/retry-strategies/ExponentialBackoffRetryStrategy.ts:32:17)
at HttpCommandDispatcher.execute (packages/bus/src/dispatchers/HttpCommandDispatcher.ts:28:22)
at DefaultScans.sendCommand (packages/scan/src/DefaultScans.ts:55:20)
at ScanFactory.createAndUploadHar (packages/scan/src/ScanFactory.ts:68:20)
at ScanFactory.buildScanConfig (packages/scan/src/ScanFactory.ts:45:20)
at ScanFactory.createScan (packages/scan/src/ScanFactory.ts:27:20)
at SecScan.run (packages/runner/src/lib/SecScan.ts:20:18)
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Time: 8.115 s, estimated 9 s
Ran all test suites matching /tests\/check_ln.test.ts/i.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Expected: Hostname will be substituted into the default name. The default name will be truncated to 260 symbols.
Actual:
The text was updated successfully, but these errors were encountered: