Calum Grant
|
d6fac7bfb7
|
C#: Delete file.
|
2019-06-04 18:10:49 +01:00 |
|
Calum Grant
|
fa89d2b845
|
C#: Update stats and test output.
|
2019-06-04 18:10:49 +01:00 |
|
Calum Grant
|
923fbe4c9e
|
C#: Implement QL model for using declarations, introducing UsingBlockStmt and a UsingDeclStmt.
|
2019-06-04 18:10:49 +01:00 |
|
Calum Grant
|
15cd1d274a
|
C#: Implement using declaration statements.
|
2019-06-04 18:10:49 +01:00 |
|
Calum Grant
|
ac3a06f77b
|
C#: Implement null coalescing assignment operator
|
2019-06-04 18:10:49 +01:00 |
|
Calum Grant
|
599a5b1eef
|
C#: Make @local_function @modifiable, make LocalFunction extend Modifiable, and extract modifiers for local functions.
|
2019-06-04 18:10:49 +01:00 |
|
zlaski-semmle
|
51e543a41d
|
Merge branch 'master' into zlaski/cpp370
|
2019-06-04 09:47:30 -07:00 |
|
Max Schaefer
|
c09b859aa7
|
JavaScript: Add three missing @metricType annotations.
|
2019-06-04 17:17:14 +01:00 |
|
Anders Schack-Mulligen
|
0e12df0a15
|
Java: Add SwitchExpr support in Guards.qll
|
2019-06-04 16:03:23 +02:00 |
|
Tom Hvitved
|
ba0aab963f
|
C#: Make csharp-alerts-lgtm a stub
|
2019-06-04 15:26:16 +02:00 |
|
Nick Rolfe
|
813e1e7c91
|
Merge pull request #1395 from markshannon/python-remove-obsolete-tests
Python: Remove obsolete tests.
|
2019-06-04 12:47:21 +01:00 |
|
Nick Rolfe
|
d3c9234a11
|
Merge pull request #1394 from Semmle/slash-p
C++: add missing close-paragraph tag to qhelp
|
2019-06-04 12:42:18 +01:00 |
|
Mark Shannon
|
4425302542
|
Merge pull request #1396 from nickrolfe/big-delete
Remove Python query tests for Architect
|
2019-06-04 12:34:57 +01:00 |
|
Nick Rolfe
|
b5b7749867
|
Revert "Remove Python query tests for Architect"
This reverts commit 7c976848ef.
|
2019-06-04 12:25:38 +01:00 |
|
Mark Shannon
|
441282d8df
|
Python: Remove obsolete tests.
|
2019-06-04 12:03:53 +01:00 |
|
Mark Shannon
|
53ddfce359
|
Python: Clarify and document points-to and object model for calls involving starargs.
|
2019-06-04 11:43:30 +01:00 |
|
semmle-qlci
|
1fa975b4c9
|
Merge pull request #1393 from xiemaisi/js/concretify
Approved by esben-semmle
|
2019-06-04 11:34:47 +01:00 |
|
Nick Rolfe
|
8e7521d6b8
|
C++: add missing close-paragraph tag to qhelp
|
2019-06-04 11:27:34 +01:00 |
|
Mark Shannon
|
5b0652473d
|
Python points-to: Handle varargs in caller
|
2019-06-04 10:04:28 +01:00 |
|
Mark Shannon
|
30b340de68
|
Python points-to: Handle varargs in callee.
|
2019-06-04 10:03:49 +01:00 |
|
Julian Tibble
|
7c976848ef
|
Remove Python query tests for Architect
These tests referred to QL libraries for a discontinued Semmle product.
|
2019-06-04 03:10:13 +01:00 |
|
semmle-qlci
|
4bfe89c320
|
Merge pull request #1370 from hvitved/csharp/is-case-extraction
Approved by calumgrant
|
2019-06-03 19:32:27 +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 |
|
semmle-qlci
|
80ff63a3bb
|
Merge pull request #1387 from esben-semmle/js/unanchored-url-regex
Approved by mc-semmle, xiemaisi
|
2019-06-03 17:27:08 +01:00 |
|
Esben Sparre Andreasen
|
04868e5b97
|
JS: format qhelp examples
|
2019-06-03 17:05:19 +02:00 |
|
Mark Shannon
|
fc2ac891f8
|
Python taint-tracking: Don't track strings through json.decode().
|
2019-06-03 15:53:36 +01:00 |
|
Esben Sparre Andreasen
|
9e0a97e82f
|
JS: address qhelp review comments
|
2019-06-03 16:39:39 +02:00 |
|
Tom Hvitved
|
2d0554a7ee
|
C#: Address review comments
|
2019-06-03 16:00:22 +02:00 |
|
Tom Hvitved
|
f95dd6bb35
|
Guard tests
|
2019-06-03 16:00:22 +02:00 |
|
Tom Hvitved
|
25cb01ffea
|
C#: Handle discard variable declarations in switch expressions
|
2019-06-03 15:50:41 +02:00 |
|
Tom Hvitved
|
8c1cab2d03
|
C#: Simplify extraction of is expressions and case statements
|
2019-06-03 15:50:41 +02:00 |
|
Esben Sparre Andreasen
|
bf51c54338
|
JS: add RegExpPatternSource::getAParse to hide the subclasses
|
2019-06-03 14:23:22 +02:00 |
|
Esben Sparre Andreasen
|
7b652214c5
|
JS: address docstring comments
|
2019-06-03 13:59:39 +02: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 |
|
semmle-qlci
|
bd1920c948
|
Merge pull request #1390 from xiemaisi/js/shrink-configurations
Approved by esben-semmle
|
2019-06-03 12:05:09 +01:00 |
|
Jonas Jensen
|
ab6221d48e
|
Merge pull request #1388 from Semmle/xiemaisi-patch-1
CPP: Fix name of example file in qhelp.
|
2019-06-03 13:00:25 +02:00 |
|
Calum Grant
|
032a6b1c7c
|
Merge pull request #1375 from hvitved/csharp/switch-expr-guard
C#: Switch expression guards
|
2019-06-03 11:15:10 +01:00 |
|
Max Schaefer
|
d8a101df6d
|
JavaScript: Shrink Configurations.qll some more.
|
2019-06-03 10:32:25 +01:00 |
|
Max Schaefer
|
5f32e1f637
|
CPP: Fix name of example file in qhelp.
This seems to have been missed in https://github.com/Semmle/ql/pull/1315.
|
2019-06-03 08:54:54 +01:00 |
|
Esben Sparre Andreasen
|
14644270ac
|
JS: fix comment typo
|
2019-06-03 08:32:35 +02:00 |
|
Esben Sparre Andreasen
|
7018a38691
|
JS: improve tests and regexp for js/regex/missing-regexp-anchor
|
2019-06-03 08:29:52 +02:00 |
|
Esben Sparre Andreasen
|
3289c629f7
|
JS: address minor review comments
|
2019-06-03 08:29:52 +02:00 |
|
Esben Sparre Andreasen
|
0fa73b8331
|
JS: add query js/regex/missing-regexp-anchor
|
2019-06-03 08:29:52 +02:00 |
|
Esben Sparre Andreasen
|
69db54a03a
|
JS: add anchors to js/incomplete-hostname-regexp examples
|
2019-06-03 08:27:49 +02:00 |
|
Esben Sparre Andreasen
|
3358e49698
|
JS: refactor the predicate RegExp::regexp to three classes.
This preserves the ad hoc message formatting in IncompleteHostnameRegExp.ql
|
2019-06-03 08:27:49 +02:00 |
|
Esben Sparre Andreasen
|
98ae2597bb
|
JS: refactor IncompleteHostnameRegExp::regexp to RegExp.qll
|
2019-06-03 08:27:49 +02:00 |
|
semmle-qlci
|
79406f8387
|
Merge pull request #987 from rdmarsh2/rdmarsh/cpp/ir-asm-stmt
Approved by dave-bartolomeo
|
2019-06-03 07:03:28 +01:00 |
|
Jonas Jensen
|
c9a0eed6e8
|
Merge pull request #1379 from geoffw0/ctime-repair
CPP: Add DangerousFunctionOverflow.ql to the security suite.
|
2019-06-02 09:56:01 +02:00 |
|
Robert Marsh
|
4371d02a1f
|
C++: accept SignAnalysis.expected
|
2019-05-31 13:35:05 -07:00 |
|