Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulnerability scanning idea #42

Closed
SecLoop opened this issue Sep 10, 2021 · 6 comments
Closed

vulnerability scanning idea #42

SecLoop opened this issue Sep 10, 2021 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@SecLoop
Copy link

SecLoop commented Sep 10, 2021

hi

Has the app vulnerability scanning function been added

@mpast mpast self-assigned this Sep 11, 2021
@mpast mpast added the question Further information is requested label Sep 11, 2021
@mpast
Copy link
Owner

mpast commented Sep 11, 2021

Hi SecLoop,
The application has static analysis that uncovers potential vulnerabilities in the source code,
Do you mean dynamic analysis to find vulnerabilities in the running apps?
Thanks

@SecLoop
Copy link
Author

SecLoop commented Sep 13, 2021

hi mpast,
yes dynamic analysis to find vulnerabilities,
Many software will be reflected when running, such as app backdoor or some local DOS vulnerabilities
Thanks

@mpast
Copy link
Owner

mpast commented Sep 24, 2021

Hi SecLoop,
I have it in mind as an improvement for the future, but the roadmap is not yet decided,
Thanks for the recommendation,
Monica

@mpast mpast closed this as completed Sep 24, 2021
@thecyberlearner
Copy link

Hi SecLoop, The application has static analysis that uncovers potential vulnerabilities in the source code, Do you mean dynamic analysis to find vulnerabilities in the running apps? Thanks

Hi @mpast, I am trying to figure out how the patterns are added to the database. Yes, I could see the Pattern class in models but how are the patterns added to the DB? Also, apart from apkleaks, did you create the rest of the patterns yourself?

@thecyberlearner
Copy link

Hi SecLoop, The application has static analysis that uncovers potential vulnerabilities in the source code, Do you mean dynamic analysis to find vulnerabilities in the running apps? Thanks

Hi @mpast, I am trying to figure out how the patterns are added to the database. Yes, I could see the Pattern class in models but how are the patterns added to the DB? Also, apart from apkleaks, did you create the rest of the patterns yourself?

@mpast please if you don't mind

@mpast
Copy link
Owner

mpast commented Mar 8, 2024

Hey @thecyberlearner
The patterns are created manually and are imported in the first run into the project using django fixtures, you can see the json in app/fixtures/data.json
Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants