Alex Ford
|
dea53d86c9
|
Ruby: remove some redundant imports of DataFlow
|
2022-10-05 13:22:19 +01:00 |
|
Alex Ford
|
f01670f663
|
Ruby: add a note to a test case
|
2022-10-05 13:06:49 +01:00 |
|
Alex Ford
|
d64f8c73be
|
Merge branch 'main' into rb/sensitive-get-query
|
2022-10-05 12:59:35 +01:00 |
|
Alex Ford
|
084efe062a
|
Ruby: limit rb/sensitive-get-query to data from query params
|
2022-10-05 12:57:57 +01:00 |
|
Alex Ford
|
977e8a8a6f
|
Ruby: add a test case for sensitive data from cookies for rb/sensitive-get-query (should not be flagged)
|
2022-10-05 12:57:07 +01:00 |
|
Tamás Vajk
|
d0d8ef1236
|
Merge pull request #10672 from tamasvajk/kotlin-unary-op
Kotlin: extract unary plus and minus operators
|
2022-10-05 13:30:21 +02:00 |
|
Arthur Baars
|
6509c19aad
|
Merge pull request #10692 from aibaars/fix-splats
Ruby: fix CFG and toString for anonymous '*' and '**'
|
2022-10-05 13:25:29 +02:00 |
|
Alex Ford
|
880fb2b14a
|
Ruby: split out rb/sensitive-get-query using query/customizations pattern
|
2022-10-05 11:59:40 +01:00 |
|
Tom Hvitved
|
6f518c1996
|
Data flow: Sync files
|
2022-10-05 12:58:29 +02:00 |
|
Tom Hvitved
|
3f0f16afc4
|
Ruby: Update flow summary for Hash#except
|
2022-10-05 12:58:29 +02:00 |
|
Tom Hvitved
|
e51c20bfc7
|
Data flow: Take conjunctive With(out)Contents into account in prohibitsUseUseFlow
|
2022-10-05 12:58:29 +02:00 |
|
Tony Torralba
|
527425b397
|
Fixes bad magic in Guard::guardControls_v3
|
2022-10-05 12:35:33 +02:00 |
|
Mathias Vorreiter Pedersen
|
5984b8db4d
|
Merge pull request #10682 from MathiasVP/fix-future-bad-join-after-use-use-ir-flow
C++: Fix potentially bad join
|
2022-10-05 11:30:46 +01:00 |
|
Nora Dimitrijević
|
ba7d375c01
|
Swift: Fix QL-on-QL warnings.
|
2022-10-05 12:22:33 +02:00 |
|
Nora Dimitrijević
|
ec2549a38b
|
Merge branch 'main' into cpp/comma-before-misleading-indentation
|
2022-10-05 12:02:12 +02:00 |
|
Anders Schack-Mulligen
|
6db0db431f
|
Java: Add pruning for local taint flow.
|
2022-10-05 12:02:05 +02:00 |
|
Arthur Baars
|
a080f498be
|
Ruby: fix CFG and toString for anonymous '*' and '**'
|
2022-10-05 11:50:37 +02:00 |
|
Tom Hvitved
|
9d23742ed6
|
Ruby: Add test that illustrates issue with conjunctive WithoutContents
|
2022-10-05 11:26:23 +02:00 |
|
Asger F
|
ab6e488efe
|
Python: sync
|
2022-10-05 11:10:35 +02:00 |
|
Asger F
|
f664a77a02
|
Ruby: ensure Hash flow works again
|
2022-10-05 11:07:55 +02:00 |
|
Arthur Baars
|
4ff85d5275
|
Ruby: add test case
|
2022-10-05 10:57:53 +02:00 |
|
Mathias Vorreiter Pedersen
|
fcd69a005f
|
C++: Remove redundant pragma.
|
2022-10-05 09:56:24 +01:00 |
|
Nick Rolfe
|
525fe12671
|
Merge pull request #10585 from github/nickrolfe/libxml-xxe
Ruby: detect uses of LibXML with entity substitution enabled by default
|
2022-10-05 09:51:39 +01:00 |
|
Asger F
|
7cf969f9c8
|
Ruby: remove mention of PairValueContent
|
2022-10-05 10:32:09 +02:00 |
|
Asger F
|
6f74a52542
|
Merge branch 'main' into rb/summarize-more
|
2022-10-05 09:55:23 +02:00 |
|
Asger F
|
8b7ec20573
|
Merge branch 'main' into rb/summarize-more
|
2022-10-05 09:43:52 +02:00 |
|
Tom Hvitved
|
1496c4f0e2
|
Merge pull request #10686 from hvitved/ruby/remove-value-pair-content
Ruby: Remove `PairValueContent`
|
2022-10-05 09:41:14 +02:00 |
|
Asger F
|
93e8434e08
|
Ruby: fix content restriction in type trackers
|
2022-10-05 09:36:42 +02:00 |
|
Asger F
|
f5f351e26c
|
Ruby: make flowsToLoadStoreStep private
|
2022-10-05 09:35:11 +02:00 |
|
Asger F
|
a9a99c5b18
|
Ruby: nomagic on unary hasAdjacentTypeCheckedReads
|
2022-10-05 09:34:36 +02:00 |
|
Asger F
|
4c19d2d71e
|
Ruby: make getAStaticHashCall private again
|
2022-10-05 09:32:56 +02:00 |
|
Tamás Vajk
|
ecfbd5edfe
|
Merge pull request #10674 from tamasvajk/kotlin-implements
Kotlin: extract `implInterface`
|
2022-10-05 09:11:41 +02:00 |
|
yoff
|
ad83fc8a98
|
Merge pull request #10687 from RasmusWL/flask-debug
Python: Rewrite `py/flask-debug` to use API graphs instead of type-trackers
|
2022-10-05 09:08:41 +02:00 |
|
Nora Dimitrijević
|
d8cfdc5e26
|
C++: Tag with CWE-1078, CWE-670
|
2022-10-05 00:04:56 +02:00 |
|
Nora Dimitrijević
|
75a980905c
|
Swift: Initial CleartextStoragePreferences impl.
Clearly based on CleartextStorageDatabase by @geoffw0.
|
2022-10-04 23:14:55 +02:00 |
|
Tamás Vajk
|
d0ea7ea2e3
|
Merge pull request #10677 from tamasvajk/kotlin-param-modifiers
Kotlin: Extract parameter modifiers (`noinline`, `crossinline`)
|
2022-10-04 21:53:48 +02:00 |
|
Tamás Vajk
|
c45a04a2c8
|
Merge pull request #10675 from tamasvajk/kotlin-enum-constants
Kotlin: extract `isEnumConstant` relation
|
2022-10-04 21:53:22 +02:00 |
|
Tom Hvitved
|
321c858cd1
|
Merge pull request #10667 from hvitved/csharp/dotnet-run-tracer-fix2
C#: Recognize options to `dotnet run` in tracer when injecting `-p:UseSharedCompilation=false`
|
2022-10-04 21:43:31 +02:00 |
|
Arthur Baars
|
c1c16e44ee
|
Merge pull request #10559 from aibaars/cve-2019-3881
Ruby: some improvements
|
2022-10-04 21:24:14 +02:00 |
|
Rasmus Wriedt Larsen
|
2541af6587
|
Python: Rewrite py/flask-debug
|
2022-10-04 20:41:18 +02:00 |
|
Rasmus Wriedt Larsen
|
05bca0249c
|
Python: Expand test for py/flask-debug
(I couldn't see one using positional argument)
|
2022-10-04 20:39:08 +02:00 |
|
Tom Hvitved
|
aae9a58ca3
|
Ruby: Remove ValuePairContent
|
2022-10-04 20:10:51 +02:00 |
|
Nick Rolfe
|
d69a658e06
|
Merge pull request #10673 from github/nickrolfe/no_abstract
Ruby: remove public abstract classes for Action{View,Controller}
|
2022-10-04 17:49:59 +01:00 |
|
Mathias Vorreiter Pedersen
|
4d697cd369
|
C++: Rephrase QLDoc.
|
2022-10-04 17:15:08 +01:00 |
|
Nick Rolfe
|
2e80926951
|
Ruby: fix a couple of references to deprecated names
|
2022-10-04 16:45:08 +01:00 |
|
Mathias Vorreiter Pedersen
|
32839021f8
|
C++: Fix join that might blow up in the future.
|
2022-10-04 16:43:02 +01:00 |
|
Nick Rolfe
|
445241fd95
|
Ruby: add missing qldoc comment
|
2022-10-04 16:31:54 +01:00 |
|
Nick Rolfe
|
2315a177fe
|
Ruby: add changenote for ActionView/Controller class renames
|
2022-10-04 16:22:11 +01:00 |
|
Nick Rolfe
|
227100d883
|
Ruby: make old class names available as deprecated aliases
|
2022-10-04 16:11:43 +01:00 |
|
Ed Minnix
|
3c7f5420db
|
Update metadata to match CWE-926
|
2022-10-04 10:48:05 -04:00 |
|