Commit 47faf5f
Improve name extraction for non-python methods
Summary: For slot wrappers like the ones that thrift generates, the existing qualified name generation does not correctly identify the parent module, leading to failures in pysa.
Reviewed By: gbleaney
Differential Revision: D30091530
fbshipit-source-id: 689250a737b25291e2d6ff9fceb73fe04eb364b51 parent 76a4fbe commit 47faf5f
File tree
2 files changed
+13
-0
lines changed- tools/generate_taint_models
- tests
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
0 commit comments