All Content tagged with Amazon Inspector
automated vulnerability management service that continually scans AWS workloads for software vulnerabilities and unintended network exposure
コンテンツの言語: 日本語
Select up to 5 tags to filter
並べ替え 最新
5件の結果
Amazon Inspector の検出結果に含まれる Exploit available の値において、同一の CVE 脆弱性に対する検出で、以前 Exploit available の値が YES であったものが、NO に切り替わっていることがありました。
Exploit available は既知の Exploit の存在有無を示すものかと理解しているのですが、 YES(既知の...
CDKを利用して以下のようにInspectorのフィルターを設定しました。
```
const cfnFilter = new inspector.CfnFilter(this,"MyCfnFilter",{
filterAction: "NONE",
filterCriteria: {
resourceType: [{
...