[feat] Display guideline levels in the guideline statistics table#4787
Open
bruntib wants to merge 1 commit intoEricsson:masterfrom
Open
[feat] Display guideline levels in the guideline statistics table#4787bruntib wants to merge 1 commit intoEricsson:masterfrom
bruntib wants to merge 1 commit intoEricsson:masterfrom
Conversation
b0cb1c6 to
a7ef4d3
Compare
Some guidelines have their own severity ranking, like the levels at SEI-CERT. In this commit these are also displayed at the guideline statistics table.
barnabasdomozi
requested changes
Mar 26, 2026
| 1: string ruleId, // The identifier of the rule. | ||
| 2: string title, // The rule summary. | ||
| 3: string url, // The link of the rule page. | ||
| 4: list<string> checkers, // List of checker names, |
Collaborator
There was a problem hiding this comment.
Suggested change
| 4: list<string> checkers, // List of checker names, | |
| 4: list<string> checkers, // List of checker names. |
| 2: string title, // The rule summary. | ||
| 3: string url, // The link of the rule page. | ||
| 4: list<string> checkers, // List of checker names, | ||
| 5: optional string level, |
Collaborator
There was a problem hiding this comment.
Please add a description what level is and why is it optional.
Collaborator
gulyasgergely902
left a comment
There was a problem hiding this comment.
If not required in the next release, please, wait with this until the migration is complete to Vue 3.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some guidelines have their own severity ranking, like the levels at SEI-CERT. In this commit these are also displayed at the guideline statistics table.