Skip to content

Commit

Permalink
feat(spgroup#31): add oaDepthLimit to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosamaatheus committed Nov 24, 2021
1 parent 862a818 commit 08b9721
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,21 @@ Remember, you need to compile the project under analysis. This parameters is req
The input csv files with the list of changes. You must provider either this parameter or the ```-commit``` parameter.

#### -commit

the merge commit hash. See the comment above regarding the -csv parameter.

#### -mode

Analysis mode: dataflow, reachability, svfa or tainted.

#### -repo

The folder path or URL of the git project under analysis.

#### -oaDepthLimit

Sets the depth limit on accessing methods when performing Overriding Assignment Interprocedural analysis. Default = 10.

Usage example of a Java project, with a .csv file.

```SHELL
Expand Down

0 comments on commit 08b9721

Please sign in to comment.