Rebecca Valentine
|
be86c9c066
|
Python: ObjectAPI to ValueAPI: IterReturnsNonSelf: ObjectAPI.qll: Explains why getAnInferredReturnType is weird for builtins
|
2020-04-03 15:16:16 -07:00 |
|
Rebecca Valentine
|
64b17888e5
|
Python: ObjectAPI to ValueAPI: IterReturnsNonSelf: ObjectAPI.qll: Reorganizes getAnInferredReturnType()
|
2020-04-03 15:14:25 -07:00 |
|
Rebecca Valentine
|
712fb8badc
|
Python: ObjectAPI to ValueAPI: IterReturnsNonSelf: Autoformats
|
2020-04-02 09:19:41 -07:00 |
|
Rebecca Valentine
|
cdda80623d
|
Merge branch 'master' into python-objectapi-to-valueapi-iterreturnsnonself
|
2020-04-02 09:16:23 -07:00 |
|
Jonas Jensen
|
604731ba6b
|
Merge pull request #3171 from MathiasVP/init-dynamic-alloc-newexpr
C++: Emit InitializeDynamicAllocation instructions for NewExpr and NewArrayExpr
|
2020-04-02 17:37:05 +02:00 |
|
Mathias Vorreiter Pedersen
|
e2908eaf63
|
C++: Add comment explaining why we can split call and allocation side effects
|
2020-04-02 15:11:13 +02:00 |
|
Mathias Vorreiter Pedersen
|
a273917e51
|
Merge branch 'master' into init-dynamic-alloc-newexpr
|
2020-04-02 14:11:03 +02:00 |
|
Jonas Jensen
|
4825774ce2
|
Merge pull request #3173 from geoffw0/opnew
C++: Support operator new and operator delete in models library
|
2020-04-02 14:01:10 +02:00 |
|
Anders Schack-Mulligen
|
01157e43e3
|
Merge pull request #2899 from p-/cwe-036
Java: Calling openStream on URLs created from remote source can lead to file disclosure
|
2020-04-02 13:55:06 +02:00 |
|
semmle-qlci
|
6757924183
|
Merge pull request #3157 from tausbn/python-fix-analysis-qhelp-link
Approved by felicitymay
|
2020-04-02 11:43:15 +01:00 |
|
Taus
|
d540bf6ce5
|
Merge pull request #3039 from BekaValentine/python-objectapi-to-valueapi-returnvalueignored
Python: ObjectAPI to ValueAPI: ReturnValueIgnored
|
2020-04-02 11:42:01 +02:00 |
|
Geoffrey White
|
ead5feb921
|
C++: Autoformat.
|
2020-04-02 09:50:14 +01:00 |
|
semmle-qlci
|
32cf0f14dc
|
Merge pull request #3179 from asger-semmle/js/underscore_int_literals
Approved by erik-krogh
|
2020-04-02 09:48:41 +01:00 |
|
Peter Stöckli
|
ca80bfda4f
|
Fix tags
|
2020-04-02 07:43:55 +02:00 |
|
Mathias Vorreiter Pedersen
|
8fdc4b037a
|
C++: Ensure that no call side effect is an allocation side effect
|
2020-04-02 07:30:56 +02:00 |
|
Robert Marsh
|
bbb69d524e
|
Merge pull request #3188 from geoffw0/swap4
C++: Add a user defined swap function to taint tests.
|
2020-04-01 17:28:46 -07:00 |
|
Robert Marsh
|
8e89c379f5
|
Merge pull request #1319 from geoffw0/av114
CPP: Improve locations for AV Rule 114.ql.
|
2020-04-01 16:48:21 -07:00 |
|
Rebecca Valentine
|
cc53b15a5d
|
Python: ObjectAPI to ValueAPI: ReturnValueIgnored: Reorganizes predicates
|
2020-04-01 14:41:49 -07:00 |
|
Taus
|
bd41bb59ec
|
Merge pull request #3032 from BekaValentine/python-objectapi-to-valueapi-signatureoverriddenmethod
Python: ObjectAPI to ValueAPI: SignatureOverriddenMethod
|
2020-04-01 23:03:27 +02:00 |
|
Rebecca Valentine
|
09349f1957
|
Python: ObjectAPI to ValueAPI: ReturnValueIgnored: Autoformats
|
2020-04-01 12:54:42 -07:00 |
|
Rebecca Valentine
|
28319ee0f7
|
Python: ObjectAPI to ValueAPI: SignatureOverriddenMethod: Autoformats
|
2020-04-01 12:32:21 -07:00 |
|
Geoffrey White
|
6b5f4d9e12
|
Merge branch 'master' into av114
|
2020-04-01 18:23:21 +01:00 |
|
Geoffrey White
|
7a98919879
|
C++: Add a non-standard swap to taint tests.
|
2020-04-01 17:14:38 +01:00 |
|
Peter Stöckli
|
36c351dc68
|
Add input from documentation review
|
2020-04-01 17:59:45 +02:00 |
|
Rebecca Valentine
|
838e37ca98
|
Python: ObjectAPI to ValueAPI: ReturnValueIgnore: Moves getAnInferredType to CallableObjectInternal
|
2020-04-01 08:45:27 -07:00 |
|
Geoffrey White
|
8d3d088ae8
|
Merge branch 'master' into opnew
|
2020-04-01 15:43:32 +01:00 |
|
Rebecca Valentine
|
97b4077162
|
Merge branch 'master' into python-objectapi-to-valueapi-signatureoverriddenmethod
|
2020-04-01 07:42:10 -07:00 |
|
Rebecca Valentine
|
12377badf9
|
Merge branch 'master' into python-objectapi-to-valueapi-returnvalueignored
|
2020-04-01 07:37:17 -07:00 |
|
Rasmus Wriedt Larsen
|
0b09bfe2d8
|
Merge pull request #3180 from tausbn/python-a-few-more-autoformats
Python: Fix up (hopefully) the last file that needs autoformatting.
|
2020-04-01 16:36:11 +02:00 |
|
Geoffrey White
|
d71098d178
|
Merge branch 'master' into opnew
|
2020-04-01 15:00:26 +01:00 |
|
Geoffrey White
|
119d4a40a0
|
C++: Fix unintended consequence in IR.
|
2020-04-01 14:29:28 +01:00 |
|
Mathias Vorreiter Pedersen
|
fa7dc32dee
|
C++: Remove dependency on implementation of models in TranslatedCall
|
2020-04-01 14:46:52 +02:00 |
|
Taus Brock-Nannestad
|
554bb76746
|
Python: Fix up (hopefully) the last file that needs autoformatting.
|
2020-04-01 14:16:35 +02:00 |
|
Taus
|
2dbb16e2db
|
Merge pull request #3177 from RasmusWL/python-minor-doc-fix
Python: Add missing ` in qldoc
|
2020-04-01 13:50:08 +02:00 |
|
Asger Feldthaus
|
541ff40d24
|
JS: Bump extractor version string
|
2020-04-01 12:26:30 +01:00 |
|
Asger Feldthaus
|
b5e110e39e
|
JS: Fix value of numeric literals containing underscores
|
2020-04-01 12:24:42 +01:00 |
|
Asger Feldthaus
|
9888f15a29
|
JS: Add test showing root cause of problem
|
2020-04-01 12:21:27 +01:00 |
|
Asger Feldthaus
|
2d864aaf1b
|
JS: Add failing test
|
2020-04-01 12:21:25 +01:00 |
|
Rasmus Wriedt Larsen
|
f8f51109d0
|
Python: Add missing ` in qldoc
|
2020-04-01 12:07:19 +02:00 |
|
Tom Hvitved
|
42e180d6c4
|
Merge pull request #3060 from aschackmull/dataflow/no-param-to-same-param-flow
Dataflow: Exclude param-param flow through with identical params.
|
2020-04-01 09:42:12 +02:00 |
|
Rebecca Valentine
|
093eb71433
|
Python: ObjectAPI to ValueAPI: ReturnValueIgnored: Adds getAReturnType
|
2020-04-01 00:17:12 -07:00 |
|
Rebecca Valentine
|
eb4a567a34
|
Merge branch 'master' into python-objectapi-to-valueapi-signatureoverriddenmethod
|
2020-03-31 23:36:15 -07:00 |
|
Rebecca Valentine
|
eab31d3bef
|
Python: ObjectAPI to ValueAPI: SignatureOverriddenMethod: Updates expected results
|
2020-03-31 23:34:17 -07:00 |
|
Rebecca Valentine
|
0b2db56051
|
Python: ObjectAPI to ValueAPI: ObjectAPI.qll: Fixes error in isIterator
|
2020-03-31 22:15:21 -07:00 |
|
Rebecca Valentine
|
42388b0d97
|
Python: ObjectAPI to ValueAPI: ReturnValueIgnored: Adds prototype version of getAnInferredReturnType
|
2020-03-31 22:11:58 -07:00 |
|
Mathias Vorreiter Pedersen
|
f06ae6e9de
|
C++: Accept more test output
|
2020-03-31 19:49:04 +02:00 |
|
Geoffrey White
|
f430cf9d18
|
C++: Use hasGlobalName.
|
2020-03-31 18:11:09 +01:00 |
|
Geoffrey White
|
49f8f24d0d
|
Merge pull request #3128 from jbj/library-overview-assignment
C++: Add AssignExpr + Initializer to library overview page
|
2020-03-31 18:02:11 +01:00 |
|
Peter Stöckli
|
60d5ed9c79
|
Input from Review
|
2020-03-31 18:30:00 +02:00 |
|
Mathias Vorreiter Pedersen
|
97061716f9
|
C++: Accept test output
|
2020-03-31 17:10:33 +02:00 |
|