-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OWASP ZAP] 商品管理>カテゴリ管理 CSVダウンロードを追加 #5337
[OWASP ZAP] 商品管理>カテゴリ管理 CSVダウンロードを追加 #5337
Conversation
Codecov Report
@@ Coverage Diff @@
## 4.1 #5337 +/- ##
============================================
+ Coverage 68.55% 68.59% +0.03%
Complexity 6159 6159
============================================
Files 463 463
Lines 25279 25279
============================================
+ Hits 17331 17340 +9
+ Misses 7948 7939 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
expect(message.responseHeader).toContain('HTTP/1.1 200 OK'); | ||
}); | ||
|
||
const csvExportURL = `${PlaywrightConfig.use.baseURL}/${ECCUBE_ADMIN_ROUTE}/product/category/export`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CSV が全角のようですが、意図的でしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nanasess
ご指摘ありがとうございます。
修正しました。
test.describe('プロダクト用雛形テンプレートのダウンロード時のテストを実行します[GET] @attack', () => { | ||
let scanId: number; | ||
test('プロダクト用雛形テンプレートのダウンロード時のアクティブスキャンを実行します', async () => { | ||
scanId = await zapClient.activeScanAsUser(csvExportURL, 2, 55, false, null, 'GET', message.requestBody); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GET の場合は requestBody 不要かと思います
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nanasess
ご指摘ありがとうございます。
削除させていただきました。
@carkn |
概要(Overview・Refs Issue)
OWASP ZAP 商品管理>カテゴリ管理 CSVダウンロードを追加
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
手元の環境で実行できていることを確認しています。
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目