Penetration testing for EC-CUBE #46
Annotations
3 errors and 1 notice
Penetration testing:
e2e-tests/test/front_login/cart/cart_delete.test.ts#L45
1) [chromium] › test/front_login/cart/cart_delete.test.ts:36:9 › カートページのテストをします › カート削除のテストを実行します[POST] @attack › 履歴を取得します
Error: expect(received).toContain(expected) // indexOf
Expected substring: "mode=delete"
Received string: ""
43 |
44 | // アクティブスキャンを実行します
> 45 | expect(message?.requestBody).toContain('mode=delete');
| ^
46 | scanId = await zapClient.activeScanAsUser(url, 2, 110, false, null, 'POST', message?.requestBody);
47 | await intervalRepeater(async () => await zapClient.getActiveScanStatus(scanId), 5000, page);
48 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/cart/cart_delete.test.ts:45:36
|
Penetration testing
Process completed with exit code 1.
|
Upload logs
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Penetration testing
1 failed
[chromium] › test/front_login/cart/cart_delete.test.ts:36:9 › カートページのテストをします › カート削除のテストを実行します[POST] @attack › 履歴を取得します
1 passed (12.1s)
|
Loading