-
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] 商品詳細画面のスキャンを追加 #5287
Conversation
let page: Page; | ||
test.beforeAll(async () => { | ||
await zapClient.setMode(Mode.Protect); | ||
await zapClient.newSession('/zap/wrk/sessions/front_guest_contact', true); |
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.
await zapClient.newSession('/zap/wrk/sessions/front_guest_contact', true); | |
await zapClient.newSession('/zap/wrk/sessions/front_guest_product_detail', true); |
セッションのファイル名も変更お願いします
Codecov Report
@@ Coverage Diff @@
## 4.1 #5287 +/- ##
============================================
- Coverage 68.36% 68.33% -0.03%
Complexity 6158 6158
============================================
Files 463 463
Lines 25279 25279
============================================
- Hits 17281 17274 -7
- Misses 7998 8005 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
確認しました。問題ないかと思います。 |
概要(Overview・Refs Issue)
owasp zapのテストコードを追加しました。
フロントの商品詳細画面を対象にしています。
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目