I am using the Sonar Qube API and specifically this endpoint: “/api/security_reports/show”
The json that I get as a respone looks like this
{
"categories": [
{
"category": "1",
"vulnerabilities": 0,
"toReviewSecurityHotspots": 0,
"reviewedSecurityHotspots": 0,
"securityReviewRating": 1,
"distribution": [],
"activeRules": 0,
"totalRules": 0,
"hasMoreRules": false
},
I noticed that there are several different categories and I noticed that category 3 means authentication but I do not know what the other categories mean. Is there a list somewhere for the mapping? A link to an enum in a gitlab repo url would be enough.