We use Apiiro to detect secrets in our code, including SCA and SBOM generation. We recently used it to identify unused and public GitHub repositories, which we were able to clean up and remove code that should have been private. We deployed Apiiro as SaaS.
Tech Lead SecDev Apps at a financial services firm with 51-200 employees
Real User
Top 20
2023-09-29T18:08:00Z
Sep 29, 2023
I use the solution for source code analysis and to find vulnerabilities in source code to see where they might be exposed in the actual infrastructure.
SAST is a method designed to detect security vulnerabilities within an application's source code. By analyzing the code structure, SAST identifies potential flaws early in the development cycle, promoting secure coding practices and reducing the risk of security issues in production.
Unlike dynamic testing that examines an application during runtime, SAST operates on static code analysis. This early detection capability is crucial as it enables developers to address vulnerabilities before...
We use Apiiro to detect secrets in our code, including SCA and SBOM generation. We recently used it to identify unused and public GitHub repositories, which we were able to clean up and remove code that should have been private. We deployed Apiiro as SaaS.
I use the solution for source code analysis and to find vulnerabilities in source code to see where they might be exposed in the actual infrastructure.