Tamas Vajk
|
c0e0bd2531
|
C#: Fix type mention extraction of named types with nullability enabled
|
2021-01-13 12:58:41 +01:00 |
|
Tamas Vajk
|
c2a4235db8
|
C#: Add type-mention tests with nullability
|
2021-01-13 12:55:27 +01:00 |
|
ihsinme
|
3ad45f28c9
|
Add files via upload
|
2021-01-13 14:18:54 +03:00 |
|
ihsinme
|
4cee67da75
|
Add files via upload
|
2021-01-13 14:17:21 +03:00 |
|
Geoffrey White
|
69664535b0
|
Merge pull request #4881 from ihsinme/main
CPP: Add query for CWE-401 memory leak on unsuccessful call to realloc function
|
2021-01-13 10:58:09 +00:00 |
|
Anders Schack-Mulligen
|
29935e1388
|
Merge pull request #4771 from intrigus-lgtm/split-cwe-295
Java: Add unsafe hostname verification query and remove existing overlapping query
|
2021-01-13 11:31:38 +01:00 |
|
Erik Krogh Kristensen
|
c98dacf842
|
changes based on doc review
|
2021-01-13 10:38:19 +01:00 |
|
Owen Mansel-Chan
|
b5dfef894b
|
Add change note
|
2021-01-13 09:18:54 +00:00 |
|
Owen Mansel-Chan
|
d8105a5be0
|
Add tests for Couchbase v2 NoSQL queries
|
2021-01-13 09:18:54 +00:00 |
|
Owen Mansel-Chan
|
b02fc16dfc
|
Add tests for Couchbase v1 NoSQL queries
|
2021-01-13 09:18:54 +00:00 |
|
Owen Mansel-Chan
|
2ee20b3026
|
Add tests for Couchbase v1
|
2021-01-13 09:18:54 +00:00 |
|
Owen Mansel-Chan
|
d2164e16d1
|
Switch NoSQL tests to use inline expectations
|
2021-01-13 09:18:54 +00:00 |
|
Owen Mansel-Chan
|
a5ac947d16
|
Model Couchbase v2 NoSQL queries
|
2021-01-13 09:18:54 +00:00 |
|
Owen Mansel-Chan
|
7fc88ad85b
|
Model Couchbase v1 NoSQL query sinks
|
2021-01-13 09:18:54 +00:00 |
|
Owen Mansel-Chan
|
a973ce4539
|
Model Couchbase gocb v1
|
2021-01-13 09:18:54 +00:00 |
|
Erik Krogh Kristensen
|
d71adff079
|
dont sanitize global replacements where the regexp is a char class
|
2021-01-13 10:12:12 +01:00 |
|
Tamas Vajk
|
fb13126676
|
C#: Store output assembly in compilation_assembly relation
|
2021-01-13 09:23:56 +01:00 |
|
Tamas Vajk
|
983c4d06d4
|
Revert "C#: Add output assembly to compilation"
This reverts commit 5cfa900828.
|
2021-01-13 09:12:31 +01:00 |
|
Tamas Vajk
|
5cfa900828
|
C#: Add output assembly to compilation
|
2021-01-13 09:10:49 +01:00 |
|
Tamas Vajk
|
7418c05594
|
Always populate assemblies
|
2021-01-13 09:10:49 +01:00 |
|
Rasmus Lerchedahl Petersen
|
b2d95e617d
|
Python: Test interaction between nesting,
iteration, and conversion
|
2021-01-13 09:02:56 +01:00 |
|
Rasmus Lerchedahl Petersen
|
b10cf78e17
|
Python: start handling iterated unpacking
|
2021-01-13 08:40:47 +01:00 |
|
luchua-bc
|
babe744a30
|
Add SECURITY_PROTOCOL check
|
2021-01-13 03:49:08 +00:00 |
|
luchua-bc
|
07f45a51f8
|
Query to detect hash without salt
|
2021-01-13 02:49:00 +00:00 |
|
Esben Sparre Andreasen
|
d591c519a8
|
JS: reformulate js/server-crash as a path problem
|
2021-01-13 00:08:28 +01:00 |
|
intrigus
|
5b3086a93a
|
Java: Fix capitalization of JxBrowser
|
2021-01-12 22:43:41 +01:00 |
|
intrigus
|
1ebc9f4d93
|
Java: Only detect JxBrowser < 6.24
|
2021-01-12 22:39:08 +01:00 |
|
Rasmus Lerchedahl Petersen
|
4ee2f49f38
|
Python: model conversion during unpacking
|
2021-01-12 22:19:31 +01:00 |
|
Rasmus Lerchedahl Petersen
|
d8d8b45c6a
|
Python: add test annotations
|
2021-01-12 22:03:49 +01:00 |
|
Erik Krogh Kristensen
|
0a17b04650
|
refactor copy-pasted code into getAnLibraryInputParameter
|
2021-01-12 20:21:37 +01:00 |
|
Erik Krogh Kristensen
|
eaee5c2d87
|
add library input as source for js/polynomial-redos
|
2021-01-12 20:21:33 +01:00 |
|
Owen Mansel-Chan
|
9a51de56de
|
Add comment explaining \Q and \E in regex
|
2021-01-12 16:56:04 +00:00 |
|
Owen Mansel-Chan
|
9236ad752b
|
Improve formatting and style in Gin.qll
|
2021-01-12 16:56:04 +00:00 |
|
Owen Mansel-Chan
|
71774ed2d4
|
Remove redundant code
RawMessage implements Marshaler and Unmarshaler, so these methods are
covered by the two sections below
|
2021-01-12 16:56:04 +00:00 |
|
Owen Mansel-Chan
|
57ee3a8a64
|
Use set literal
|
2021-01-12 16:56:04 +00:00 |
|
Owen Mansel-Chan
|
fe1f08fb12
|
Use existing predicate
There already exists the predicate
implements(string pkg, string tp, string name)
which does exactly what this code does
|
2021-01-12 16:55:51 +00:00 |
|
Geoffrey White
|
3f09a047ae
|
C++: Test comments.
|
2021-01-12 14:52:52 +00:00 |
|
intrigus
|
2931e1f3fb
|
Java: Add change note for #4771
|
2021-01-12 15:37:45 +01:00 |
|
intrigus
|
1901f6bf55
|
Java: Make @id @name of query more similar.
|
2021-01-12 15:36:55 +01:00 |
|
Sauyon Lee
|
3f1197d605
|
Merge pull request #448 from sauyon/autoformat
Autoformatter update
|
2021-01-12 14:29:45 +00:00 |
|
intrigus
|
4fa8f5eab2
|
Java: Accept test changes
|
2021-01-12 15:29:03 +01:00 |
|
intrigus
|
b30872806d
|
Java: Add tests and test stubs.
|
2021-01-12 14:49:12 +01:00 |
|
intrigus
|
9b3070ab7c
|
Java: Add JXBrowser disabled certificate query.
|
2021-01-12 14:48:22 +01:00 |
|
Sauyon Lee
|
c11028229a
|
Bump codeql version
|
2021-01-12 13:15:31 +00:00 |
|
Sauyon Lee
|
7a4dbc6fa7
|
Autoformatter update
|
2021-01-12 13:13:15 +00:00 |
|
Rasmus Wriedt Larsen
|
2ba7ed4940
|
Python: Add note about future work for getARequestHandler
|
2021-01-12 13:32:43 +01:00 |
|
Esben Sparre Andreasen
|
3c9c79a550
|
JS: remove flow labels from js/resource-exhaustion
|
2021-01-12 13:20:20 +01:00 |
|
Esben Sparre Andreasen
|
5965035c09
|
JS: add query js/resource-exhaustion
|
2021-01-12 13:20:20 +01:00 |
|
Rasmus Lerchedahl Petersen
|
a1ab5cc2b8
|
Python: start support for nested unpacking
|
2021-01-12 13:09:12 +01:00 |
|
Rasmus Lerchedahl Petersen
|
9c08467828
|
Python: add tests for conversion during unpacking
|
2021-01-12 12:46:51 +01:00 |
|