Max Schaefer
|
5eba486d34
|
JavaScript: Clear per-function CFG caches after each function.
|
2019-01-30 12:29:20 +00:00 |
|
Max Schaefer
|
e9500e8b75
|
JavaScript: Update trap tests.
|
2019-01-29 13:01:03 +00:00 |
|
Max Schaefer
|
6013b918fc
|
JavaScript: Extract tokens and comments before AST.
This allows us to discard token/comment information sooner, thereby reducing heap pressure for very large files.
|
2019-01-29 13:00:17 +00:00 |
|
Max Schaefer
|
aa54d67301
|
JavaScript: Update trap tests.
|
2019-01-29 12:59:42 +00:00 |
|
Max Schaefer
|
99a4f34b7a
|
JavaScript: Omit numlines for functions.
|
2019-01-29 12:59:33 +00:00 |
|
Max Schaefer
|
a480c6ecaa
|
JavaScript: Implement LoC counting for functions in QL.
|
2019-01-29 12:58:44 +00:00 |
|
Max Schaefer
|
c09c35a737
|
JavaScript: Update trap tests.
|
2019-01-29 12:58:41 +00:00 |
|
Max Schaefer
|
d6c3ae2fb4
|
JavaScript: Fix bug in extraction of next_token.
|
2019-01-29 12:58:32 +00:00 |
|
Max Schaefer
|
ea429f4fbe
|
JavaScript: Add test case exposing bug in getNextToken.
|
2019-01-29 12:50:31 +00:00 |
|
Taus
|
15643d1bb6
|
Merge pull request #814 from markshannon/python-fix-tornado-request-path
Python: Fix tornado and twisted request attribute tracking.
|
2019-01-28 17:38:34 +01:00 |
|
Calum Grant
|
c86e6bd6ff
|
Merge pull request #826 from hvitved/csharp/autobuild/dotnet-install-script-cleanup
C#: Cleanup dotnet install script after installation in autobuilder
|
2019-01-28 16:33:55 +00:00 |
|
Calum Grant
|
eef1abfa69
|
Merge pull request #743 from hvitved/csharp/dataflow-splitting
C#: Teach data flow library about CFG splitting
|
2019-01-28 16:31:24 +00:00 |
|
Taus
|
c503ec4608
|
Merge pull request #806 from markshannon/python-points-to-remove-some-negation
Python: Remove some negation from points-to, in preparation for ADT Objects.
|
2019-01-28 16:25:18 +01:00 |
|
Taus
|
f61e7b66cc
|
Merge pull request #835 from markshannon/python-compare-is-enum
Python: Fix 'comparison using is' query to account for enum members.
|
2019-01-28 16:22:57 +01:00 |
|
Taus
|
e891ab7a54
|
Merge pull request #834 from markshannon/python-move-test-to-internal
Python: Remove AST test (it will be added to the extractor tests).
|
2019-01-28 14:03:33 +01:00 |
|
Mark Shannon
|
4e5d4e265c
|
Add change note.
|
2019-01-28 13:01:04 +00:00 |
|
Mark Shannon
|
53fbf51ee8
|
Python: Fix handling of enum members in python/ql/src/Expressions/IsComparisons.qll.
|
2019-01-28 12:20:31 +00:00 |
|
Mark Shannon
|
5da209f876
|
Python: add failing test for comparison using 'is' and enum members.
|
2019-01-28 12:19:54 +00:00 |
|
Mark Shannon
|
1bec219048
|
Python: Remove AST test (it will be added to the extractor tests).
|
2019-01-28 11:41:12 +00:00 |
|
Mark Shannon
|
b841ecbb7c
|
Python: Fix tornado and twisted request attribute tracking; 'path' attribute can be trusted, but 'uri' and 'arguments' cannot.
|
2019-01-28 11:26:00 +00:00 |
|
Jonas Jensen
|
ccfb1c229a
|
Merge pull request #831 from geoffw0/query-tags-5
CPP: Tweak tags for consistency
|
2019-01-28 10:55:09 +01:00 |
|
semmle-qlci
|
962416ffc2
|
Merge pull request #805 from asger-semmle/callback-taint-source
Approved by xiemaisi
|
2019-01-28 08:45:37 +00:00 |
|
semmle-qlci
|
8b029a2d9f
|
Merge pull request #827 from xiemaisi/js/duplicate-toplevel-percent
Approved by esben-semmle
|
2019-01-28 08:40:23 +00:00 |
|
Jonas Jensen
|
4d441a3bdb
|
Merge pull request #824 from geoffw0/fread
CPP: Add 'fread' to BufferAccess.qll
|
2019-01-28 09:07:22 +01:00 |
|
Jonas Jensen
|
0dad04bd7e
|
Merge pull request #829 from geoffw0/deprecate-fpv
CPP: Deprecate FunctionPointerVariable and FunctionPointerMemberVariable
|
2019-01-28 08:47:49 +01:00 |
|
semmle-qlci
|
65b64c7c05
|
Merge pull request #645 from sb-semmle/configuration-file-library
Approved by yh-semmle
|
2019-01-26 02:06:16 +00:00 |
|
Geoffrey White
|
1328cb8013
|
CPP: Tweak tags for consistency across near duplicate queries.
|
2019-01-25 16:50:05 +00:00 |
|
Jonas Jensen
|
c90d4bb24c
|
Merge pull request #822 from geoffw0/query-tags-4
CPP: Query tags 4
|
2019-01-25 17:08:56 +01:00 |
|
semmle-qlci
|
d8947a71a5
|
Merge pull request #735 from asger-semmle/string-ops
Approved by xiemaisi
|
2019-01-25 15:15:19 +00:00 |
|
Taus
|
fc00e0a64a
|
Merge pull request #796 from markshannon/python-import-used-in-doctest
Python: Fix 'unused import' for doctests and typehints.
|
2019-01-25 16:14:08 +01:00 |
|
Asger F
|
ccbfaa7c9e
|
JS: explain return step more thoroughly
|
2019-01-25 15:12:24 +00:00 |
|
Geoffrey White
|
7bc734aa50
|
CPP: Deprecate FunctionPointerVariable and FunctionPointerMemberVariable.
|
2019-01-25 14:57:37 +00:00 |
|
Max Schaefer
|
254fafc6ce
|
JavaScript: Round down percentage in DuplicateToplevel.ql.
All the other duplication queries already do this.
|
2019-01-25 22:44:07 +08:00 |
|
Max Schaefer
|
39191ed6f1
|
JavaScript: Add more statements to test cases for DuplicateToplevel.
Now both `a.js` and `b.js` have ten (non-block) statements, which allows for more interesting tests.
|
2019-01-25 22:42:51 +08:00 |
|
Geoffrey White
|
704a220a29
|
CPP: Add query ID to change note.
|
2019-01-25 14:42:44 +00:00 |
|
Tom Hvitved
|
ed8112a538
|
C#: Cleanup dotnet install script after installation in autobuilder
|
2019-01-25 15:26:03 +01:00 |
|
Geoffrey White
|
95eea5cc00
|
CPP: Change note.
|
2019-01-25 13:08:28 +00:00 |
|
Geoffrey White
|
1a044a0a22
|
CPP: Add 'fread' to BufferAccess.qll.
|
2019-01-25 12:58:25 +00:00 |
|
Geoffrey White
|
fd6365838b
|
CPP: Add test cases involving fread.
|
2019-01-25 12:58:25 +00:00 |
|
semmle-qlci
|
247d615c01
|
Merge pull request #802 from Semmle/xiemaisi-patch-5-1
Approved by asger-semmle
|
2019-01-25 12:32:43 +00:00 |
|
Asger F
|
8294aeea74
|
JS: fix doc comments
|
2019-01-25 11:12:07 +00:00 |
|
Tom Hvitved
|
078becc57b
|
C#: Address review comments
|
2019-01-25 12:06:34 +01:00 |
|
Asger F
|
c48b529846
|
JS: autoformat
|
2019-01-25 11:06:31 +00:00 |
|
Asger F
|
3bbe542ef4
|
JS: fix whitespace
|
2019-01-25 11:06:17 +00:00 |
|
Jonas Jensen
|
2aca40a021
|
Merge pull request #736 from geoffw0/macroinv2
CPP: Deprecate MacroInvocationExpr and MacroInvocationStmt
|
2019-01-25 09:02:02 +01:00 |
|
semmle-qlci
|
281c944432
|
Merge pull request #774 from jbj/dataflow-asExpr-conversion
Approved by dave-bartolomeo
|
2019-01-25 08:00:51 +00:00 |
|
Max Schaefer
|
e6672aaf70
|
Merge pull request #804 from esben-semmle/js/sharpen-unneeded-defensive
JS: better handling of nested expressions in js/unneeded-defensive-code
|
2019-01-25 11:23:51 +08:00 |
|
Sebastian Bauersfeld
|
f56fb6d774
|
Address review comments.
|
2019-01-24 16:09:06 -05:00 |
|
Geoffrey White
|
45476f3047
|
Merge pull request #739 from jbj/strcpy-fixups
C++: Clean up "Use of string copy function in a condition" query
|
2019-01-24 17:50:40 +00:00 |
|
Geoffrey White
|
c9c7ca9f0c
|
CPP: Tag metric queries.
|
2019-01-24 17:36:13 +00:00 |
|