Tim Lee

Results 27 issues of Tim Lee

**Fleet version**: 4.44.0 **Web browser and operating system**: NA ### 💥  Actual behavior Vulnerability processing was observed taking 2x longer after upgrade to v4.44.0 in some Fleet Cloud instances. ###...

bug
:release
~vulnerability-management
~released bug
#g-endpoint-ops
customer-pingali

Frontend is using `exploited` instead of `exploit` when filtering the vulnerabilities page on "Exploited Vulnerabilities"

bug
~frontend
:release
#g-endpoint-ops
~unreleased bug

rename vulnerability detail fields in `/vulnerabilities/CVE-XXX` API From: ``` "vulnerability": { "published": "", "description": "" } ``` To: ``` "vulnerability": { "cve_published": "", "cve_description": "" } ```

bug
~backend
:release
#g-endpoint-ops
~unreleased bug

Current bottlenecks are List and Count queries for vulnerabilities combined performance at ~7s for 5,000 total vulnerabilities. Optimize query performance to < 2s combined.

bug
~backend
:release
#g-endpoint-ops
~unreleased bug

**Fleet version**: 4.44.0 **Web browser and operating system** NA ### 💥  Actual behavior Vulnerability processing is logging the following error when processing software names that contain unicode characters: ``` {"cron":"vulnerabilities","err":"getting...

bug
:release
~vulnerability-management
~released bug
#g-endpoint-ops

#16817 Added CPE translation to map Microsoft Edge - [X] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Manual QA...

**Fleet version**: 4.49 **Web browser and operating system**: N/A ### 💥  Actual behavior When a VM Host with a duplicate hardware UUID enrolls into Fleet, it assumes the role of...

~engineering-initiated

#18053 Loom: https://www.loom.com/share/6f1c01000fcd47fa85437289ba770d10 This is part 1 of 2: part 1: Generate new JSON for kernel vulnerability matching part 2: Match kernel versions in fleet against this JSON - [...

#17513 removed validation limiting simultaneous status and labelID filters. - [X] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [ ] Added/updated tests - [X] Manual QA...

#18447 Extending the DetailQuery type to add support for software overrides, which is a Detail Query that replaces software results based on a matching rule. This is initially used to...