Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter/Dart security scans

I'm looking for software/method to perform a security scan (looking for security vulnerabilities) on my apps being developed in Flutter. I'm having troubles find one that supports Dart. Has anyone been doing security scans and have any recommendations for what to use? Thanks.

like image 248
Lynn Wilson Avatar asked Jan 28 '20 16:01

Lynn Wilson


3 Answers

I would suggest the open source framework called mobsf. It's great at scanning a mobile app. I have been using it ever since and I could start patching up my security vulnerability right away.

link : https://github.com/MobSF/Mobile-Security-Framework-MobSF

like image 103
Arjay Avatar answered Sep 20 '22 11:09

Arjay


Mobile-Security-Framework-MobSF Great Tools For Doing Mobile Applications Security Test

like image 39
Sajibe Kanti Avatar answered Sep 19 '22 11:09

Sajibe Kanti


There's no great security scanning support at the moment although there are some discussions. The first step would be for Google to start to track Dart vulnerabilities in their existing Open Source Vulnerability (OSV) database, you could watch or get involved here: https://github.com/google/osv/issues/62

like image 33
Alan Avatar answered Sep 16 '22 11:09

Alan