Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update exploitability rules handle to exclude the root callable name
Summary: As discussed during program analysis week, this diff removes the root "callable" from the issue handle for exploitability rules. The handle will now only consist of the exploitability_origin where: - `explotability_origin.exploitability_root` == the original source to sink flow root method. - `explotability_origin.callee` == the callee (method or field sink) of the original source to sink flow root method. Note to self: - Previous issue with duplicate master issue handles in the *same* root callable: T201904683 Reviewed By: arthaud Differential Revision: D66032691 fbshipit-source-id: fe102ac7668862c58021f1d739cf62955bb60b31
- Loading branch information