fix: add translation for iterm2 (#25477)
> For #25130 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated automated tests - [x] A detailed QA plan exists on the associated ticket (if it isn't there, work with the product group's QA engineer to add it) - [x] Manual QA for all new/changed functionality
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- Fixed a false negative vulnerability reporting for iTerm2 (available to all recent Fleet releases as of January 17th via a vulnerability feed update)
|
||||
@@ -545,5 +545,15 @@
|
||||
"product": ["cli"],
|
||||
"vendor": ["github"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"software": {
|
||||
"bundle_identifier": ["/^com\\.googlecode\\.iterm2/"],
|
||||
"source": ["apps"]
|
||||
},
|
||||
"filter": {
|
||||
"product": ["iterm2"],
|
||||
"vendor": ["iterm2"]
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -375,6 +375,9 @@ func TestTranslateCPEToCVE(t *testing.T) {
|
||||
excludedCVEs: []string{"CVE-2024-37051"},
|
||||
continuesToUpdate: true,
|
||||
},
|
||||
"cpe:2.3:a:iterm2:iterm2:3.5.2:*:*:*:*:*:*:*": {
|
||||
includedCVEs: []cve{{ID: "CVE-2024-38395", resolvedInVersion: ""}},
|
||||
},
|
||||
}
|
||||
|
||||
cveOSTests := []struct {
|
||||
|
||||
Reference in New Issue
Block a user