Add Quark Script APIs to detect CWE-749#381
Conversation
|
I suggest we can add the API What do you think? |
Codecov ReportBase: 77.92% // Head: 78.15% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #381 +/- ##
==========================================
+ Coverage 77.92% 78.15% +0.22%
==========================================
Files 62 63 +1
Lines 4629 4682 +53
==========================================
+ Hits 3607 3659 +52
- Misses 1022 1023 +1
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. |
Description
Please refer to #324.
This PR adds the following Quark script API to detect exposed dangerous methods or functions(CWE-749).
methodInstance.getArguments(none)Test Plans