Is there APIs to capture bugs and vulnerabilities in a project?

Must-share information (formatted with Markdown):

  • SonarQube Community Edition Version 8.9.2 (build 46101)
  • I am trying to capture the bugs, vulnerabilities and hotspots in a project via Web API
  • I have went through the web API document.

image

Hi,

Welcome to the community!

There are two tabs there in the interface. By default, you land on the New Code tab. Click over to the “Overall Code” tab to see global code values.

The docs may also help:

 
HTH,
Ann

Hi,

My apologies. I think there is a misunderstanding. I wanted to know if there are web APIs available to capture the values of bugs, vulnerabilities, security hotspots and so on.

Thanks.

Hi,

GET api/issues/search can help.