Add Quark Script APIs to detect CWE-926#379
Conversation
|
Hello @haeter525! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2022-09-11 06:50:29 UTC |
Codecov ReportBase: 77.06% // Head: 77.92% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #379 +/- ##
==========================================
+ Coverage 77.06% 77.92% +0.85%
==========================================
Files 60 62 +2
Lines 4470 4629 +159
==========================================
+ Hits 3445 3607 +162
+ Misses 1025 1022 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
e254a4e to
0da3999
Compare
|
This pull request introduces 1 alert when merging a099105 into 2ce703f - view on LGTM.com new alerts:
|
9e0d525 to
da4a359
Compare
|
Hi @haeter525 , thank you for the PR. Also, the file |
Description
Please refer to #324.
This PR adds the following three Quark script APIs to detect improper export of Android activities(CWE-926).
getActivities(samplePath)activityInstance.hasIntentFilter(None)activityInstance.isExported(None)Test Plans