Solved

What would be the best way to scan a Java application that is not using any package manager?

  • 1 February 2023
  • 1 reply
  • 83 views

Badge

Hi, 
I would like to know if there’s any best practice or recommended way to scan an application written in Java that is not using any package manager. 

Thanks in advance for any guidance!

icon

Best answer by emilwareus 2 February 2023, 15:33

View original

1 reply

Userlevel 3
Badge +1

Hi! 

Debricked only support manifest-based scanning today, meaning that you we need a manifest-file such as pom.xml. 

We do support SBOM-scanning, meaning if you are able to compile a list of open-source you are using in a CycloneDX file, we scan that file and enrich it with our license, health, and vulnerability data. If it is an option to create such a file for you, we are a good fit! 
 

Reply