With GitLab 17.4, we’ve made GitLab Advanced SAST generally available. GitLab Advanced SAST is a static application security testing scanner designed to discover vulnerabilities by performing cross-function and cross-file taint analysis. By following the paths user inputs take, the analyzer identifies potential points where untrusted data can influence the execution of your application in unsafe […]
Looking to boost your mobile app’s security? Static Application Security Testing (SAST) tools can help. Here’s a quick rundown of the top 7 SAST tools for mobile app security: Checkmarx Veracode SonarQube Fortify Static Code Analyzer Snyk CodeQL Appknox These tools scan your code for vulnerabilities before compilation, catching issues early and saving time and […]
Security is a big topic in software engineering but how does it apply to mobile development? We care about user experience or mobile performance, security issues are rarely prioritized. This week, I’ll share how to integrate security tools into your CI pipeline to stay aware of your codebase health. Disclaimer: I’m not a security expert, […]