For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sto Supported Categories

The following list shows the scan types that STO supports:

  • SAST (Static Application Security Testing) scans a code repository and identifies known vulnerabilities in open-source and proprietary code.

  • SCA (Software Composition Analysis) scans a code repository and identifies known vulnerabilities in open-source libraries and packages used by the code.

  • Secret Scanning scans a code repository and identifies all secrets such as access keys and passwords.

  • DAST (Dynamic Application Security Testing) scans a running application for vulnerabilities by simulating a malicious external actor exploiting known vulnerabilities.

  • Container Scanning identifies vulnerabilities in container images.

  • IaC identifies vulnerabilities in Infrastructure as Code scripts that automatically provision and configure infrastructures.

Last updated

Was this helpful?