Debricked launches support for Golang

Author avatar
by Oscar Reimer
2020-11-18
1 min
Debricked launches support for Golang

After a lot of development we are happy to launch support of Go scans in the Debricked tool!

What is included in the update?

The current version supports the following dependency file formats:

  • go.mod
  • Gopkg.lock

We support both direct and indirect dependencies for all file formats as well as Golang projects using Bazel. For more details, please visit our Go documentation.

How can I try it out?

Connect Debricked to a repository containing at least one of the supported file formats, push a commit and the scan will start!

What’s next?

While we will continue to validate our Golang support. Our tests indicate that we, at the time of writing this, have a precision* of 95,5% and with a very high recall**. We will be back with more detailed results in a few weeks.

*Precision is measured by dividing the total amount of true positive results with the total amount of results.

** Recall is measured by dividing the total amount of true positive results with the total amount of vulnerabilities available for a given set of dependencies