-
Notifications
You must be signed in to change notification settings - Fork 483
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
Add CPE translation mapping for IntelliJ CE for Windows #25971
Conversation
Won't solve the false positive issues due to version number mismatches, but will fix the false negative where CE wasn't matching at all. For #25662.
@jmwatts another QA-on-branch PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #25971 +/- ##
==========================================
- Coverage 63.61% 63.61% -0.01%
==========================================
Files 1623 1624 +1
Lines 155440 155702 +262
Branches 4008 4008
==========================================
+ Hits 98883 99047 +164
- Misses 48756 48838 +82
- Partials 7801 7817 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Assigned for on-branch QA since this affects the vuln feed after merge to |
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.
Tested fix, works great!
Won't solve the false positive issues due to version number mismatches, but will fix the false negative where CE wasn't matching at all, and this is a full fix for IJ CE installed via JetBrains Toolbox. For #25662. # 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
Won't solve the false positive issues due to version number mismatches, but will fix the false negative where CE wasn't matching at all, and this is a full fix for IJ CE installed via JetBrains Toolbox. For #25662. # 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
Won't solve the false positive issues due to version number mismatches, but will fix the false negative where CE wasn't matching at all, and this is a full fix for IJ CE installed via JetBrains Toolbox.
For #25662.
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.See Changes files for more information.