-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edited Severity Facet Filter in DrawerInterior.tsx
- Added data validation logic to group irregular severity values into appropriate categories. - Null, empty string, N/A, and undefined values are grouped into the "N/A" category. - Special characters, numbers, and Other are grouped into the "Other" category. - All categories are case insensitive. - Edited vulnerability.severity agg in buildRequest.ts to inclues "null" values. - Increased aggregation size to 50 to include all severity values.
- Loading branch information
1 parent
938777f
commit 48a5907
Showing
2 changed files
with
78 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters