Mark Shannon
|
3343f6bd2f
|
Fix typo.
|
2019-07-18 15:44:29 +01:00 |
|
Mark Shannon
|
c6ae06f1df
|
Python: modernize regex library to use new points-to.
|
2019-07-18 14:16:57 +01:00 |
|
Mark Shannon
|
54a8c64b23
|
Python points-to: Remove negative recursion when using legacy points-to in legacy points-to extensions.
|
2019-07-18 14:16:52 +01:00 |
|
Mark Shannon
|
9bf67e19c2
|
Python points-to: Fix up some oddities with nested from ... import *.
|
2019-06-24 15:20:15 +01:00 |
|
Mark Shannon
|
a917019915
|
Python: Add failing tests for undefined variable as value and nested 'from import *'.
|
2019-06-24 14:54:25 +01:00 |
|
Mark Shannon
|
bbf25f3a23
|
Python points-to. If __all__ is overly complex, treat all 'public' symbols as exported.
|
2019-06-21 09:47:50 +01:00 |
|
Arthur Baars
|
8b58b80e5f
|
Merge pull request #1453 from markshannon/python-remove-redundant-override
Python: Remove redundant override.
|
2019-06-19 19:00:52 +02:00 |
|
alexet
|
78bf75544e
|
Python: Improve performance of implicit_submodule_points_to
|
2019-06-19 16:01:13 +01:00 |
|
alexet
|
6472588569
|
Python: Remove pointless charpred.
|
2019-06-19 16:01:13 +01:00 |
|
alexet
|
4d1e4e0261
|
Python: Add no-inline to force correct join-order.
|
2019-06-19 16:01:12 +01:00 |
|
Taus
|
bc7e6af979
|
Merge pull request #1463 from markshannon/python-no-duplicate-modules
Python: Avoid duplicate modules in points-to and resulting blow-up.
|
2019-06-19 10:35:26 +02:00 |
|
Mark Shannon
|
62591e469e
|
Python: Avoid duplicate modules in points-to and resulting blow-up.
|
2019-06-17 17:53:17 +01:00 |
|
Mark Shannon
|
a5fbbdeaf1
|
Python: Minor performance enhancements.
|
2019-06-14 16:16:06 +01:00 |
|
Taus
|
584b0a36ad
|
Merge pull request #1458 from markshannon/fix-typo
Python: Fix 2 typos.
|
2019-06-14 13:33:39 +02:00 |
|
Taus
|
51e06376a3
|
Merge pull request #1456 from markshannon/python-remove-value-get-source
Python: Remove Value.getSource(). It has no use.
|
2019-06-14 13:33:08 +02:00 |
|
Mark Shannon
|
91efce92bd
|
Python: Fix 2 typos.
|
2019-06-14 11:49:15 +01:00 |
|
Mark Shannon
|
30e1cbc5fc
|
Python: Remove Value.getSource(). It has no use.
|
2019-06-13 18:23:54 +01:00 |
|
Taus
|
635de7cbe9
|
Merge pull request #1440 from markshannon/python-sanity-improvements
Python sanity improvements
|
2019-06-13 14:59:43 +02:00 |
|
Mark Shannon
|
660eda9f81
|
Python: Remove redundant override.
|
2019-06-13 12:41:56 +01:00 |
|
Mark Shannon
|
4a4ed69ade
|
Python: Make sure that all Modules and ModuleObjects (even unused packages) have a working toString().
|
2019-06-13 12:22:38 +01:00 |
|
Mark Shannon
|
97294e16e0
|
Python: Update tests to account for improved API.
|
2019-06-12 15:00:20 +01:00 |
|
Mark Shannon
|
3b31b9cf58
|
Python: Extend object API. Clearly differentiate between what an object is called, and what it is named.
|
2019-06-12 14:59:39 +01:00 |
|
Mark Shannon
|
0b7d73456e
|
Remove incorrect metadata from test query.
|
2019-06-12 14:31:21 +01:00 |
|
Mark Shannon
|
0c02d3deef
|
Python: Fix up expected test results for six test.
|
2019-06-11 15:44:44 +01:00 |
|
Taus
|
d14d31c26e
|
Merge pull request #1410 from markshannon/python-no-methodcall-defs-in-tests
Python ESSA: Remove method-callsite definitions when call is in a test defining a pi-node.
|
2019-06-11 11:17:16 +02:00 |
|
alexet
|
f04bc26684
|
Python: Improve points-to performance on large databases.
|
2019-06-10 17:12:45 +01:00 |
|
Mark Shannon
|
28741dda07
|
Merge pull request #1433 from aeyerstaylor/faster-python
Python: Improve performance of submodule name computation.
|
2019-06-10 15:30:09 +01:00 |
|
alexet
|
e66c132bae
|
Python: Improve performance of submodule name computation.
|
2019-06-10 12:07:31 +01:00 |
|
Mark Shannon
|
0f0dc81291
|
Python ESSA: Remove method-callsite definitions when call is in a test defining a pi-node.
|
2019-06-10 11:23:15 +01:00 |
|
Arthur Baars
|
f7620aec37
|
Merge pull request #1424 from markshannon/python-points-to-varargs
Backport of #1391
|
2019-06-07 19:54:56 +02:00 |
|
Mark Shannon
|
2fab40111b
|
Fix typo in qldoc.
|
2019-06-07 15:31:17 +01:00 |
|
Mark Shannon
|
cd793091ca
|
Python points-to: Make sure that vararg tuples are only assigned to vararg parameters.
|
2019-06-07 15:31:17 +01:00 |
|
Mark Shannon
|
de39f9208b
|
Python: Clarify and document points-to and object model for calls involving starargs.
|
2019-06-07 15:31:17 +01:00 |
|
Mark Shannon
|
9e537a76dc
|
Python points-to: Handle varargs in caller
|
2019-06-07 15:31:17 +01:00 |
|
Mark Shannon
|
468975b0e5
|
Python points-to: Handle varargs in callee.
|
2019-06-07 15:31:17 +01:00 |
|
Mark Shannon
|
e757bce96e
|
Python: Fix up 'import failure' analysis query.
|
2019-06-05 12:56:36 +01:00 |
|
Mark Shannon
|
441282d8df
|
Python: Remove obsolete tests.
|
2019-06-04 12:03:53 +01:00 |
|
Taus
|
af08f856b5
|
Merge pull request #1389 from markshannon/python-ipa-objects-fix-performance
Python: New points-to and object model with performance fixes
|
2019-06-03 18:52:28 +02:00 |
|
Mark Shannon
|
fc2ac891f8
|
Python taint-tracking: Don't track strings through json.decode().
|
2019-06-03 15:53:36 +01:00 |
|
Mark Shannon
|
6a79e0aaa7
|
Python points-to: Prevent bad magic on 'refersTo' member predicates.
|
2019-06-03 12:22:22 +01:00 |
|
Mark Shannon
|
8d4a8a6c6b
|
Python: Reduce the number of strings and ints identified and possible hard-coded credentials.
|
2019-06-03 12:22:15 +01:00 |
|
Mark Shannon
|
66ba1079f3
|
Python points-to: Cache objects.
|
2019-05-31 16:26:43 +01:00 |
|
Mark Shannon
|
f6cc0be4a4
|
Python points-to. Move extension to prevent points-to being recomputed.
|
2019-05-31 16:26:43 +01:00 |
|
Mark Shannon
|
f311c2013e
|
Python points-to: Cache a few key predicates.
|
2019-05-31 16:26:43 +01:00 |
|
Mark Shannon
|
1de0dc9282
|
Python taint-tracking: Fix performance of pathalogically slow predicate.
|
2019-05-31 16:26:43 +01:00 |
|
Mark Shannon
|
b182abd119
|
Python points-to: Fix up a number of overly slow predicates.
|
2019-05-31 16:26:43 +01:00 |
|
Mark Shannon
|
8e2d6c4fc6
|
Python points-to: Simplify logic w.r.t. comparisons.
|
2019-05-31 15:58:35 +01:00 |
|
Mark Shannon
|
6689994285
|
Python points-to: Minor refactoring for clarity.
|
2019-05-30 17:18:16 +01:00 |
|
alexey
|
9377638834
|
Improve query help
|
2019-05-29 16:28:07 +01:00 |
|
alexey
|
86ec047be2
|
Rename files by style guide and change query metadata
|
2019-05-29 15:35:58 +01:00 |
|