Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this
Hi all,
I’m on 9.2.4.
I’ve been tasked with pulling all the security vulnerabilities, with their creation date and severity and creating a report.
the best I can do so far was
/api/issues/search?status=OPEN&additionalFields=_all&Types=VULNERABILITY&ps=500&severities=BLOCKER,CRITICAL,MAJOR
apparently all additional fields does not include creation date, who worked on it last, if any, Nor the severity or any other metrics that would show what we should prioritize and what has fallen behind.
Any advice would be GREATLY appreciated!