-
-
Notifications
You must be signed in to change notification settings - Fork 2
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のFull ScanでGlobal Filterを当てる方法 #1252
base: master
Are you sure you want to change the base?
The head ref may contain hidden characters: "cms/blog/2023-01-15-Owasp-ZAP\u306EFull-Scan\u3067Global-Filter\u3092\u5F53\u3066\u308B\u65B9\u6CD5"
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
slug: 2023-01-15/Owasp-ZAPのFull-ScanでGlobal-Filterを当てる方法 | ||
title: "Docker版Owasp ZAPのFull ScanでAlert Filtersを当てる方法" | ||
date: 2023-01-15T12:53:50+0000 | ||
description: Docker版Owasp ZAPのFull ScanでAlert Filtersを当てる方法 | ||
tags: | ||
- Owasp ZAP | ||
- GitHub Actions | ||
headerImage: https://i.imgur.com/QmIHfeR.jpg | ||
templateKey: blog-post | ||
--- | ||
|
||
Owasp ZAPでGlobal Filtersを使い、Alert Filtersを適用することでより正確な脆弱性診断をおこないます。 | ||
|
||
## Table of Contents | ||
|
||
```toc | ||
|
||
``` | ||
|
||
## Alert Filters | ||
|
||
前回の記事でもちらっとお話しましたが、Owasp ZAPを実行すると、結構誤検知(False positive)が出ます。 | ||
|
||
![false positive](https://i.imgur.com/FnGbBym.png) | ||
|
||
例えば上記のレポートではInformation Disclosure - Debug Error Messagesや Private IP Disclosureが出てますが、こちらはブログ記事やロゴのSVGに含まれる文字列を引っ張って検知してしまった誤検知です。 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚫 [textlint] <eslint.rules.smarthr/ja-space-between-half-and-full-width> reported by reviewdog 🐶 |
||
|
||
|
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.
🚫 [textlint] <eslint.rules.smarthr/prh-rules> reported by reviewdog 🐶
おこな => 行な
「行なう」と表現し、「行う」の使用は控える https://smarthr.design/products/contents/idiomatic-usage/usage/ (smarthr/prh-rules)