Geoffrey White
|
70ce5fde75
|
C++: Improve metadata for GlobalNamespaceClasses.ql.
|
2021-01-08 18:27:06 +00:00 |
|
Geoffrey White
|
a6937beee3
|
Merge branch 'main' into sqltaint
|
2021-01-08 17:27:43 +00:00 |
|
Geoffrey White
|
7f0209f72e
|
Merge branch 'main' into modelclasses
|
2021-01-08 17:11:25 +00:00 |
|
Shati Patel
|
b794fcb841
|
Merge pull request #4925 from shati-patel/fix-links
Fix broken links in CodeQL documentation
|
2021-01-08 16:35:15 +00:00 |
|
Shati Patel
|
53c46edc1c
|
Address review comments
|
2021-01-08 15:20:40 +00:00 |
|
Rasmus Wriedt Larsen
|
00c253a710
|
Java: Don't ignore local taint steps (fixup)
|
2021-01-08 15:29:01 +01:00 |
|
luchua-bc
|
39103af718
|
Remove additional taint step
|
2021-01-08 13:02:57 +00:00 |
|
Nick Rolfe
|
6d7efab820
|
Add ConditionalLoop base class
|
2021-01-08 12:20:08 +00:00 |
|
Arthur Baars
|
c68f6a7f2e
|
Merge pull request #84 from github/aibaars/codeql-threads
Actions: apply CODEQL_THREADS to all steps
|
2021-01-08 13:19:01 +01:00 |
|
Nick Rolfe
|
6465c90a16
|
Rename IfOrElsifExpr to IfExpr; remove child classes
|
2021-01-08 11:53:15 +00:00 |
|
Anders Schack-Mulligen
|
e5b4975450
|
Merge pull request #4675 from luchua-bc/cleartext-storage-shared-prefs
Java: Query to detect cleartext storage of sensitive information using Android SharedPreferences
|
2021-01-08 12:41:34 +01:00 |
|
Nick Rolfe
|
15785b4535
|
Add db base type for CaseExpr::Range
|
2021-01-08 11:31:43 +00:00 |
|
Tamás Vajk
|
136e5c93d1
|
Merge pull request #4672 from tamasvajk/feature/extract-anon-types
C#: Extract anonymous types explicitly
|
2021-01-08 11:54:37 +01:00 |
|
Arthur Baars
|
4ef4053385
|
Actions: apply CODEQL_THREADS to all steps
|
2021-01-08 10:25:25 +01:00 |
|
CodeQL CI
|
807fc94627
|
Merge pull request #4921 from erik-krogh/moreShellSan
Approved by esbena
|
2021-01-08 00:58:26 -08:00 |
|
Tamas Vajk
|
800fd94572
|
Add DB upgrade folder
|
2021-01-08 08:20:49 +01:00 |
|
Tamas Vajk
|
056dbe31d5
|
C#: Remove throw completion from StringLiteral
|
2021-01-08 08:14:08 +01:00 |
|
Erik Krogh Kristensen
|
6423c32990
|
Update javascript/ql/src/semmle/javascript/security/dataflow/UnsafeShellCommandConstructionCustomizations.qll
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
|
2021-01-07 22:02:39 +01:00 |
|
Nick Rolfe
|
6efebf1e36
|
Merge remote-tracking branch 'origin/main' into more_exprs
|
2021-01-07 19:02:50 +00:00 |
|
Nick Rolfe
|
6c0804c1af
|
Address feedback on CFG change
|
2021-01-07 19:02:37 +00:00 |
|
Nick Rolfe
|
8cb8ead48e
|
Address more feedback on ExprSequence
|
2021-01-07 19:02:14 +00:00 |
|
Nick Rolfe
|
19a4e63ac6
|
Move comment about getCondition from class to predicate
|
2021-01-07 18:01:38 +00:00 |
|
Nick Rolfe
|
9a71bdc993
|
Improvements from feedback on case/when classes.
|
2021-01-07 17:48:51 +00:00 |
|
Nick Rolfe
|
36c7d3fe5b
|
Replace ConditionalExpr::get{Then,Else} with getBranch(boolean cond).
|
2021-01-07 17:32:41 +00:00 |
|
Nick Rolfe
|
e245382057
|
Merge pull request #83 from github/threads
Parallelize extraction
|
2021-01-07 17:14:41 +00:00 |
|
luchua-bc
|
b56fe2b25f
|
Remove specific method name in additional taint step
|
2021-01-07 16:31:21 +00:00 |
|
Nick Rolfe
|
f4abe7f4a1
|
Remove ThenExpr, ElseExpr, and DoExpr from public API
|
2021-01-07 15:56:31 +00:00 |
|
Shati Patel
|
cdcb4a9599
|
Fix redirects from Sphinx linkcheck
|
2021-01-07 15:45:40 +00:00 |
|
Shati Patel
|
3da66b7fd9
|
Fix broken links from Sphinx linkcheck
|
2021-01-07 15:45:28 +00:00 |
|
Tamas Vajk
|
f971f42bb1
|
Add new stats file
|
2021-01-07 15:24:10 +01:00 |
|
Tamas Vajk
|
fdf5cf9dd0
|
C#: Extract anonymous types explicitly
|
2021-01-07 15:24:10 +01:00 |
|
Tom Hvitved
|
63f76b1b43
|
C#: Uniform treatment of all SSA definitions
|
2021-01-07 15:16:44 +01:00 |
|
Tom Hvitved
|
8d77f4bac9
|
C#: Remove ImplicitUntrackedDefinition
|
2021-01-07 15:16:39 +01:00 |
|
luchua-bc
|
606d0946fc
|
Update qldoc
|
2021-01-07 14:05:12 +00:00 |
|
Tamás Vajk
|
3b16d2689d
|
Merge pull request #4821 from tamasvajk/feature/csharp9-cil-init-prop
C#: Extract init only accessors from CIL
|
2021-01-07 15:04:40 +01:00 |
|
CodeQL CI
|
c193d9f375
|
Merge pull request #4823 from erik-krogh/furtherReDoS
Approved by esbena
|
2021-01-07 05:24:07 -08:00 |
|
luchua-bc
|
19ff00bad4
|
Enhance the additional step flow and update qldoc
|
2021-01-07 13:15:30 +00:00 |
|
Erik Krogh Kristensen
|
7eab08511b
|
add source code examples to blocksCharInAccess
|
2021-01-07 13:58:26 +01:00 |
|
Erik Krogh Kristensen
|
8b03ab0c01
|
update docstring for getAShellChar
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
|
2021-01-07 13:58:26 +01:00 |
|
Erik Krogh Kristensen
|
2aa59a3f8b
|
support sanitizers that sanitize individual chars in js/shell-command-constructed-from-input
|
2021-01-07 13:58:25 +01:00 |
|
Mathias Vorreiter Pedersen
|
13a67c906e
|
Merge pull request #4810 from geoffw0/multtoalloc
C++: Query for multiplications used in allocations.
|
2021-01-07 13:48:58 +01:00 |
|
luchua-bc
|
b54e5b1c49
|
Revamp the library module
|
2021-01-07 12:44:59 +00:00 |
|
ihsinme
|
2d6dafc6be
|
Update MemoryLeakOnFailedCallToRealloc.ql
|
2021-01-07 15:44:50 +03:00 |
|
ihsinme
|
f378c14659
|
Update MemoryLeakOnFailedCallToRealloc.expected
|
2021-01-07 15:43:58 +03:00 |
|
ihsinme
|
592cd284e8
|
Update test.c
|
2021-01-07 15:41:31 +03:00 |
|
CodeQL CI
|
7db5a999e9
|
Merge pull request #4919 from erik-krogh/revertSum
Approved by esbena
|
2021-01-07 03:55:14 -08:00 |
|
Tamás Vajk
|
6cbff13778
|
Merge pull request #4905 from tamasvajk/fix/attribute-argument-extraction
C#: Fix attribute argument extraction
|
2021-01-07 12:28:43 +01:00 |
|
Nick Rolfe
|
83a28786a0
|
Use 4 threads for extraction and TRAP import in stats job
|
2021-01-07 11:17:07 +00:00 |
|
Nick Rolfe
|
1d3f06aca1
|
Simplify propagation of errors
|
2021-01-07 11:11:15 +00:00 |
|
Nick Rolfe
|
92c78e2b2d
|
Simplify num_codeql_threads function slightly
|
2021-01-07 11:10:43 +00:00 |
|