Finally, they also published a Mobile Security Testing Guide for mobile engineers to not only understand the risk, but also detect them and make sure our mobile apps stays secured. One way to detects security issues includes Static Application Security Testing (SAST). keys do item = results [ key ] metadata = item [ 'metadata' ] # Create issue issue = { type : "issue" , description : metadata [ 'description' ] , categories : [ "Security" ] } # Map severity if metadata [ 'severity' ] == "WARNING" || metadata [ 'severity' ] == "HIGH" then issue [ "severity" ] = "major" else issue [ "severity" ] = "info" end # Add unique fingerprint issue [ "fingerprint" ] = SecureRandom .