-
Notifications
You must be signed in to change notification settings - Fork 55
CM-31412 - Fix severity sorting for unknown severity #197
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
Conversation
…n in sorted detections
|
as i understand it breaks this code: cycode-cli/cycode/cli/commands/scan/code_scanner.py Lines 756 to 761 in 7978be2
|
|
ig we can create Severity.get_value (without try) and return -2 if not exists. and leave the existing method without changes or even get_sort_value/get_member_weight to be more clear. and this method will be used in table printer |
…n in sorted detections
Fixed |
@morsa4406 in case you missed this. btw linter failed |
…n in sorted detections
…n in sorted detections
…n in sorted detections
No description provided.